svn commit: r443558 - head/games/gogrepo

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 14 09:01:27 UTC 2017


Author: amdmi3
Date: Wed Jun 14 09:01:26 2017
New Revision: 443558
URL: https://svnweb.freebsd.org/changeset/ports/443558

Log:
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/games/gogrepo/Makefile

Modified: head/games/gogrepo/Makefile
==============================================================================
--- head/games/gogrepo/Makefile	Wed Jun 14 07:48:44 2017	(r443557)
+++ head/games/gogrepo/Makefile	Wed Jun 14 09:01:26 2017	(r443558)
@@ -30,7 +30,9 @@ PORTDOCS=	README.md
 
 do-install:
 		${INSTALL_SCRIPT} ${WRKSRC}/gogrepo.py ${STAGEDIR}${PREFIX}/bin/gogrepo
-		${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+		@${MKDIR} ${STAGEDIR}${DOCSDIR}
 		${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list