diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/cmucl-extra | |
parent | - update to 2.13.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/cmucl-extra')
-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 84d0c46cbed3..a693d1c5c61e 100644 --- a/lang/cmucl-extra/Makefile +++ b/lang/cmucl-extra/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cmucl-extra -# Date created: 13 June 2002 -# Whom: Scott Flatman <sf@dsinw.com> -# +# Created by: Scott Flatman <sf@dsinw.com> # $FreeBSD$ PORTNAME= cmucl-extra @@ -24,6 +21,7 @@ USE_BZIP2= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_STAGE= yes do-install: cd ${WRKDIR} && ${FIND} lib | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX} |