svn commit: r347594 - head/net/dhcpd-pools

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:25:50 UTC 2014


Author: miwi
Date: Sun Mar  9 14:25:49 2014
New Revision: 347594
URL: http://svnweb.freebsd.org/changeset/ports/347594
QAT: https://qat.redports.org/buildarchive/r347594/

Log:
  - Stage support

Modified:
  head/net/dhcpd-pools/Makefile

Modified: head/net/dhcpd-pools/Makefile
==============================================================================
--- head/net/dhcpd-pools/Makefile	Sun Mar  9 14:25:41 2014	(r347593)
+++ head/net/dhcpd-pools/Makefile	Sun Mar  9 14:25:49 2014	(r347594)
@@ -22,12 +22,10 @@ CONFIGURE_ARGS=	--with-dhcpd-conf=${LOCA
 		--with-uthash=${LOCALBASE}/include
 MAKE_JOBS_UNSAFE=	yes
 
-PLIST_FILES=	bin/dhcpd-pools
+PLIST_FILES=	bin/dhcpd-pools \
+		man/man1/dhcpd-pools.1.gz
 PORTDATA=	dhcpd-pools.cgi snmptest.pl
 
-MAN1=		dhcpd-pools.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/features.h/d' ${WRKSRC}/src/getdata.c
 


More information about the svn-ports-all mailing list