Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2014 02:47:23 +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: r347956 - head/net/ipsumdump
Message-ID:  <201403120247.s2C2lNgu029644@svn.freebsd.org>

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



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