svn commit: r343890 - head/net-mgmt/bsnmp-regex

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:17:19 UTC 2014


Author: miwi
Date: Wed Feb 12 10:17:18 2014
New Revision: 343890
URL: http://svnweb.freebsd.org/changeset/ports/343890
QAT: https://qat.redports.org/buildarchive/r343890/

Log:
  - Stage support

Modified:
  head/net-mgmt/bsnmp-regex/Makefile

Modified: head/net-mgmt/bsnmp-regex/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-regex/Makefile	Wed Feb 12 10:17:07 2014	(r343889)
+++ head/net-mgmt/bsnmp-regex/Makefile	Wed Feb 12 10:17:18 2014	(r343890)
@@ -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>


More information about the svn-ports-head mailing list