aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zap
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2016-10-03 13:43:25 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2016-10-03 13:43:25 +0000
commit99f6de8cfea5a6005c771312b35d5ae69621d730 (patch)
tree825885cdc40e822f1d79a7b205920467ce089ae0 /sysutils/zap
parentbf5e1cfc12fbe301ba30a3c552a0ad3596a4705d (diff)
downloadports-99f6de8cfea5a6005c771312b35d5ae69621d730.tar.gz
ports-99f6de8cfea5a6005c771312b35d5ae69621d730.zip
Use PORTDOCS to install README and do not suppress directory creation output
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8131
Notes
Notes: svn path=/head/; revision=423194
Diffstat (limited to 'sysutils/zap')
-rw-r--r--sysutils/zap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile
index a3187e287dfe..1716d5c72068 100644
--- a/sysutils/zap/Makefile
+++ b/sysutils/zap/Makefile
@@ -15,11 +15,12 @@ NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= Jehops
-PLIST_FILES= bin/zap %%PORTDOCS%%%%DOCSDIR%%/README.org
+PLIST_FILES= bin/zap
+PORTDOCS= README.org
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zap ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>