From 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 19:53:09 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: lang) --- lang/nawk/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lang/nawk') 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 -# +# Created by: Josh Gilliam # $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 -- cgit v1.2.3