aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-20 23:51:51 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-20 23:51:51 +0800
commit7220ec62af6c3e04874dc8f65ec3cdfbb095e484 (patch)
tree4b4d56ae48360126c5974390e9747d74fbdef56c
parent38bb805558f2b2487c5900830f3d993dcd595105 (diff)
downloadfreebsd-ports-gnome-7220ec62af6c3e04874dc8f65ec3cdfbb095e484.tar.gz
freebsd-ports-gnome-7220ec62af6c3e04874dc8f65ec3cdfbb095e484.tar.zst
freebsd-ports-gnome-7220ec62af6c3e04874dc8f65ec3cdfbb095e484.zip
Stagify.
Approved by: portmgr@
-rw-r--r--net-mgmt/whatmask/Makefile6
-rw-r--r--net-mgmt/whatmask/pkg-plist1
2 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/whatmask/Makefile b/net-mgmt/whatmask/Makefile
index 248e57d6a497..b6988c3e895f 100644
--- a/net-mgmt/whatmask/Makefile
+++ b/net-mgmt/whatmask/Makefile
@@ -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>
diff --git a/net-mgmt/whatmask/pkg-plist b/net-mgmt/whatmask/pkg-plist
index 766018eaeaed..9058f9442a76 100644
--- a/net-mgmt/whatmask/pkg-plist
+++ b/net-mgmt/whatmask/pkg-plist
@@ -1,4 +1,5 @@
bin/whatmask
+man/man1/whatmask.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README