svn commit: r423195 - head/sysutils/scct

Joseph Mingrone jrm at FreeBSD.org
Mon Oct 3 13:44:28 UTC 2016


Author: jrm
Date: Mon Oct  3 13:44:27 2016
New Revision: 423195
URL: https://svnweb.freebsd.org/changeset/ports/423195

Log:
  Use PORTDOCS to install README
  
  Reported by:	mat
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8132

Modified:
  head/sysutils/scct/Makefile

Modified: head/sysutils/scct/Makefile
==============================================================================
--- head/sysutils/scct/Makefile	Mon Oct  3 13:43:25 2016	(r423194)
+++ head/sysutils/scct/Makefile	Mon Oct  3 13:44:27 2016	(r423195)
@@ -17,7 +17,8 @@ NO_BUILD=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	Jehops
 
-PLIST_FILES=	bin/scct %%PORTDOCS%%%%DOCSDIR%%/README.org
+PLIST_FILES=	bin/scct
+PORTDOCS=	README.org
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/scct ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list