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/awka | |
parent | e280255b603b3a9113f771a6eb4215c94cb1fb1a (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/awka')
-rw-r--r-- | lang/awka/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/awka/Makefile b/lang/awka/Makefile index f065a9d068f1..debe6caf6d00 100644 --- a/lang/awka/Makefile +++ b/lang/awka/Makefile @@ -1,8 +1,4 @@ -# ex:ts=8 -# New ports collection makefile for: awka -# Date created: May 31, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ PORTNAME= awka @@ -21,6 +17,7 @@ MANCOMPRESSED= no MAN1= awka.1 MAN5= awka-elm.5 awka-elmref.5 +NO_STAGE= yes post-install: @${STRIP_CMD} ${PREFIX}/bin/awka |