aboutsummaryrefslogtreecommitdiff
path: root/lang/nawk
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/nawk
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/nawk')
-rw-r--r--lang/nawk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 2133a98e18e7..4402b5db002a 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: nawk
-# Date created: 29 April 1998
-# Whom: Josh Gilliam <josh@quick.net>
-#
+# Created by: Josh Gilliam <josh@quick.net>
# $FreeBSD$
-#
PORTNAME= nawk
PORTVERSION= 20110810
@@ -23,6 +18,7 @@ MAN1= nawk.1
CFLAGS+= -DHAS_ISBLANK
PLIST_FILES= bin/nawk
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk
${SED} -e 's|awk|nawk|g' ${WRKSRC}/awk.1 > ${WRKSRC}/nawk.1