svn commit: r423194 - head/sysutils/zap

Joseph Mingrone jrm at FreeBSD.org
Mon Oct 3 13:43:26 UTC 2016


Author: jrm
Date: Mon Oct  3 13:43:25 2016
New Revision: 423194
URL: https://svnweb.freebsd.org/changeset/ports/423194

Log:
  Use PORTDOCS to install README and do not suppress directory creation output
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8131

Modified:
  head/sysutils/zap/Makefile

Modified: head/sysutils/zap/Makefile
==============================================================================
--- head/sysutils/zap/Makefile	Mon Oct  3 13:32:16 2016	(r423193)
+++ head/sysutils/zap/Makefile	Mon Oct  3 13:43:25 2016	(r423194)
@@ -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>


More information about the svn-ports-head mailing list