aboutsummaryrefslogtreecommitdiff
path: root/devel/genproto
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
commit34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch)
treeed5885ce2dac897e773c37ed9c6f43b452790bae /devel/genproto
parent857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff)
downloadports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz
ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes: svn path=/head/; revision=327723
Diffstat (limited to 'devel/genproto')
-rw-r--r--devel/genproto/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/genproto/Makefile b/devel/genproto/Makefile
index e1d08c6b9e92..2de2f15b1b21 100644
--- a/devel/genproto/Makefile
+++ b/devel/genproto/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: genproto
-# Date created: Jun 29, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= genproto
PORTVERSION= 0.4.1
@@ -16,6 +11,7 @@ COMMENT= Generates prototypes from C/C++ code
PLIST_FILES= bin/genproto
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
${WRKSRC}/Makefile