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/nawk | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (diff) | |
download | ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.tar.gz ports-888ab73a81ce0010b6a141740f5b26e92a5ec6a8.zip |
Notes
Diffstat (limited to 'lang/nawk')
-rw-r--r-- | lang/nawk/Makefile | 8 |
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 |