svn commit: r347956 - head/net/ipsumdump

Martin Wilke miwi at FreeBSD.org
Wed Mar 12 02:47:23 UTC 2014


Author: miwi
Date: Wed Mar 12 02:47:23 2014
New Revision: 347956
URL: http://svnweb.freebsd.org/changeset/ports/347956
QAT: https://qat.redports.org/buildarchive/r347956/

Log:
  - Stage support

Modified:
  head/net/ipsumdump/Makefile

Modified: head/net/ipsumdump/Makefile
==============================================================================
--- head/net/ipsumdump/Makefile	Wed Mar 12 02:30:53 2014	(r347955)
+++ head/net/ipsumdump/Makefile	Wed Mar 12 02:47:23 2014	(r347956)
@@ -16,15 +16,14 @@ USE_PERL5=	build
 
 PORTDOCS=	README
 PLIST_FILES=	bin/ipaggcreate bin/ipsumdump bin/ipaggmanip \
-		man/man1/${PORTNAME}.1 man/man1/ipaggmanip.1 \
-		man/man1/ipaggcreate.1
+		man/man1/${PORTNAME}.1.gz man/man1/ipaggmanip.1.gz \
+		man/man1/ipaggcreate.1.gz
 
 OPTIONS_DEFINE=	IPV6 DOCS
 OPTIONS_SUB=	yes
 
 IPV6_CONFIGURE_ENABLE=	ipv6
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 # Try to unbreak parallel (-jX) builds
@@ -36,9 +35,7 @@ CATEGORIES+=	ipv6
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list