summaryrefslogtreecommitdiff
path: root/lang/scsh
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/scsh
parent- update to 2.13.3 (diff)
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/scsh')
-rw-r--r--lang/scsh/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index c1a7dc0fbcf7..06a47d449d41 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: scsh
-# Date created: Jul, 15, 1997
-# Whom: cracauer@cons.org "Martin Cracauer"
-#
+# Created by: cracauer@cons.org "Martin Cracauer"
# $FreeBSD$
-#
PORTNAME= scsh
PORTVERSION= 0.6.7
@@ -18,6 +14,7 @@ CONFLICTS= scheme48-[0-9]*
LDFLAGS+= -Wl,-E
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"