diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-12 10:47:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-12 10:47:23 +0800 |
commit | 87fd8cb84d01d3b50366c51d6236637438061a8a (patch) | |
tree | 61f76017e73e3b1dd393c96aa711b06302230b99 /net | |
parent | b8afeb4e9ebbf92edf76a50b5d65151915d942b6 (diff) | |
download | freebsd-ports-gnome-87fd8cb84d01d3b50366c51d6236637438061a8a.tar.gz freebsd-ports-gnome-87fd8cb84d01d3b50366c51d6236637438061a8a.tar.zst freebsd-ports-gnome-87fd8cb84d01d3b50366c51d6236637438061a8a.zip |
- Stage support
Diffstat (limited to 'net')
-rw-r--r-- | net/ipsumdump/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/ipsumdump/Makefile b/net/ipsumdump/Makefile index 951ba62b9081..a316e14b5eb1 100644 --- a/net/ipsumdump/Makefile +++ b/net/ipsumdump/Makefile @@ -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> |