1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 15:51:51 +00:00
parent a2dda80ff1
commit d7cfcbef59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358596
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -1,4 +1,5 @@
bin/whatmask
man/man1/whatmask.1.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README