aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-regex
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:17:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-12 10:17:18 +0000
commit506ee676d4a76bc7903f67002f34469c8c65ecd2 (patch)
tree9b6c819f0227509d2d8501a04af5bc50e0ce44c3 /net-mgmt/bsnmp-regex
parent3797a736d82a0bf7c5cc600c629c3f57ad958275 (diff)
downloadports-506ee676d4a76bc7903f67002f34469c8c65ecd2.tar.gz
ports-506ee676d4a76bc7903f67002f34469c8c65ecd2.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343890
Diffstat (limited to 'net-mgmt/bsnmp-regex')
-rw-r--r--net-mgmt/bsnmp-regex/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index 61d8a170475b..d185366d4fe0 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -17,7 +17,11 @@ CPPFLAGS+= "-I${LOCALBASE}/include"
OPTIONS_DEFINE= DEBUG PCRE
PCRE_DESC= Use PCRE instead of the default regex library
-NO_STAGE= yes
+PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
+ lib/snmp_regex.a lib/snmp_regex.la man/man1/sockin.1.gz \
+ man/man5/bsnmp-regex.conf.5.gz \
+ man/man8/bsnmp-regex.8.gz
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}
@@ -33,11 +37,4 @@ CONFIGURE_ARGS+= --enable-pcre
CONFIGURE_ARGS+= --disable-pcre
.endif
-MAN1= sockin.1
-MAN5= bsnmp-regex.conf.5
-MAN8= bsnmp-regex.8
-
-PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
- lib/snmp_regex.a lib/snmp_regex.la
-
.include <bsd.port.mk>