aboutsummaryrefslogtreecommitdiff
path: root/lang/cmucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 19:53:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 19:53:09 +0000
commit888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch)
tree1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/cmucl
parente280255b603b3a9113f771a6eb4215c94cb1fb1a (diff)
downloadports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz
ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Notes
Notes: svn path=/head/; revision=327741
Diffstat (limited to 'lang/cmucl')
-rw-r--r--lang/cmucl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile
index 1ac6f17d89e5..764b0ce075c4 100644
--- a/lang/cmucl/Makefile
+++ b/lang/cmucl/Makefile
@@ -1,10 +1,5 @@
-# Ports collection makefile for: CMUCL
-# Date created: Jul, 15, 1997
-# Whom: cracauer@cons.org "Martin Cracauer"
-#
+# Created by: cracauer@cons.org "Martin Cracauer"
# $FreeBSD$
-#
-#
PORTNAME= cmucl
PORTVERSION= 19f
@@ -32,6 +27,7 @@ MAN1= lisp.1 cmucl.1
PLIST_SUB= VER=${PORTVERSION}
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin
cd ${WRKDIR} && ${FIND} lib | \