svn commit: r358596 - head/net-mgmt/whatmask
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Jun 20 15:51:52 UTC 2014
Author: vanilla
Date: Fri Jun 20 15:51:51 2014
New Revision: 358596
URL: http://svnweb.freebsd.org/changeset/ports/358596
QAT: https://qat.redports.org/buildarchive/r358596/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/net-mgmt/whatmask/Makefile
head/net-mgmt/whatmask/pkg-plist
Modified: head/net-mgmt/whatmask/Makefile
==============================================================================
--- head/net-mgmt/whatmask/Makefile Fri Jun 20 15:49:29 2014 (r358595)
+++ head/net-mgmt/whatmask/Makefile Fri Jun 20 15:51:51 2014 (r358596)
@@ -13,14 +13,12 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
-NO_STAGE= yes
-MAN1= whatmask.1
DOCS= AUTHORS ChangeLog README
.if !defined(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
Modified: head/net-mgmt/whatmask/pkg-plist
==============================================================================
--- head/net-mgmt/whatmask/pkg-plist Fri Jun 20 15:49:29 2014 (r358595)
+++ head/net-mgmt/whatmask/pkg-plist Fri Jun 20 15:51:51 2014 (r358596)
@@ -1,4 +1,5 @@
bin/whatmask
+man/man1/whatmask.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
More information about the svn-ports-all
mailing list