Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 10:17:18 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343890 - head/net-mgmt/bsnmp-regex
Message-ID:  <201402121017.s1CAHI62026259@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121017.s1CAHI62026259>