diff options
author | pawel <pawel@FreeBSD.org> | 2014-06-01 04:00:55 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-06-01 04:00:55 +0800 |
commit | 13b20fa8e9a6eae9dde6f0b45242cc4a61048037 (patch) | |
tree | fa98b1d3955d09bf53ddbf5fc6ec774ea09fa7fd /lang | |
parent | 784608fc44ea49a2bc9296ad747c40af71f21f19 (diff) | |
download | freebsd-ports-gnome-13b20fa8e9a6eae9dde6f0b45242cc4a61048037.tar.gz freebsd-ports-gnome-13b20fa8e9a6eae9dde6f0b45242cc4a61048037.tar.zst freebsd-ports-gnome-13b20fa8e9a6eae9dde6f0b45242cc4a61048037.zip |
- Add staging support
- Convert to USES=tar:bzip2
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl-extra/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile index a693d1c5c61e..b2e89046d9ce 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -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> |