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

- Add staging support

- Convert to USES=tar:bzip2
This commit is contained in:
Pawel Pekala 2014-05-31 20:00:55 +00:00
parent 8b733f875c
commit a6587a5a45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356016

View File

@ -17,13 +17,11 @@ COMMENT= Optional extras for the CMU implementation of Common Lisp
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
USE_BZIP2= yes
USES= tar:bzip2
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_STAGE= yes
do-install:
cd ${WRKDIR} && ${FIND} lib | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
(cd ${WRKDIR} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX})
.include <bsd.port.mk>