svn commit: r417353 - head/games/cavezofphear

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 23 09:05:18 UTC 2016


Author: amdmi3
Date: Thu Jun 23 09:05:16 2016
New Revision: 417353
URL: https://svnweb.freebsd.org/changeset/ports/417353

Log:
  - Switch to options helpers

Modified:
  head/games/cavezofphear/Makefile

Modified: head/games/cavezofphear/Makefile
==============================================================================
--- head/games/cavezofphear/Makefile	Thu Jun 23 08:08:39 2016	(r417352)
+++ head/games/cavezofphear/Makefile	Thu Jun 23 09:05:16 2016	(r417353)
@@ -32,6 +32,8 @@ do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/phear ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${WRKSRC}; ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR})
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list