diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 2004-01-28 20:53:57 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 2004-01-28 20:53:57 +0000 |
commit | ad17c15e2f194ed0af7ace1f3d4e923eaf026238 (patch) | |
tree | cc1f9089c08bd28c896ea2485877b0c6edb20f34 /lang/cmucl | |
parent | ec2ba03dd5221a91f5de1449e12a7a422797d687 (diff) | |
download | ports-ad17c15e2f194ed0af7ace1f3d4e923eaf026238.tar.gz ports-ad17c15e2f194ed0af7ace1f3d4e923eaf026238.zip |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 6b97ef7bd675..12b7cdbe7a23 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -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 \ |