1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix owner of $PREFIX/lib.

PR:		ports/62011
Submitted by:	David Magda <dmagda+prbugs@ee.ryerson.ca>
This commit is contained in:
Martin Cracauer 2004-01-28 20:53:57 +00:00
parent ec2ba03dd5
commit ad17c15e2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99344

View File

@ -33,7 +33,8 @@ LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
do-install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
(cd ${WRKDIR} && tar fc - lib ) | (cd ${PREFIX} && tar fx -)
(cd ${WRKDIR} && ${FIND} lib | \
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX})
-${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \