diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 15:51:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-20 15:51:51 +0000 |
commit | d7cfcbef59997a2e2ae634059636e8c7eed3bdef (patch) | |
tree | 4b4d56ae48360126c5974390e9747d74fbdef56c /net-mgmt/whatmask | |
parent | a2dda80ff1525817e208efb404c135659f68889c (diff) |
Notes
Diffstat (limited to 'net-mgmt/whatmask')
-rw-r--r-- | net-mgmt/whatmask/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/whatmask/pkg-plist | 1 |
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 |