Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2016 13:43:25 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423194 - head/sysutils/zap
Message-ID:  <201610031343.u93DhPS0035638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610031343.u93DhPS0035638>