aboutsummaryrefslogtreecommitdiff
path: root/lang/mawk/Makefile
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/mawk/Makefile
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/mawk/Makefile')
-rw-r--r--lang/mawk/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 1f4ff2a6b615..c92309dff44a 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: mawk
-# Date created: 24 Dec 1998
-# Whom: Pedro F. Giffuni <giffunip@asme.org>
-#
+# Created by: Pedro F. Giffuni <giffunip@asme.org>
# $FreeBSD$
-#
PORTNAME= mawk
PORTVERSION= 1.3.3
@@ -25,6 +20,7 @@ PLIST_FILES= bin/mawk
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} mawk_test fpe_test
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${MANPREFIX}/man/man1