diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-24 07:13:01 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-24 07:13:01 +0000 |
commit | fd97073e723055c88f48f43a22c48a9448859c6f (patch) | |
tree | d1c7bf29553d9245d1e156966b85b56506da9c6c /lang/cmucl | |
parent | 5a8e8f732e2f85df64fe589bd89e66f17f8b4fd7 (diff) | |
download | ports-fd97073e723055c88f48f43a22c48a9448859c6f.tar.gz ports-fd97073e723055c88f48f43a22c48a9448859c6f.zip |
Notes
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 2a8e7a37b69c..026338e50bf0 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -33,8 +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 -) - -${MKDIR} ${PREFIX}/share/doc/cmucl - (cd ${WRKDIR} && tar fc - doc) | (cd ${PREFIX}/share && tar fx -) + -${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \ ${PREFIX}/man/man1 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \ |