diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
commit | b3f53a7710aef6bf70130db57affead1adb76fe8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/nbfc | |
parent | c033a65489fc54de1e7de14f281339f6db87d08f (diff) | |
download | freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.gz freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.zst freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/nbfc')
-rw-r--r-- | lang/nbfc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/nbfc/Makefile b/lang/nbfc/Makefile index cf2a0fbdc2dc..235d16677c6e 100644 --- a/lang/nbfc/Makefile +++ b/lang/nbfc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: nbfc -# Date created: 29 May 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= nbfc PORTVERSION= 0.1 @@ -17,6 +13,7 @@ MAN1= nbfc.1 PLIST_FILES= bin/nbfc +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g; s|bison -y|${YACC} -|g; s|gcc|${CC} ${CFLAGS}|g' \ ${WRKSRC}/Makefile |