svn commit: r416780 - head/games/connectagram

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 12 09:03:57 UTC 2016


Author: amdmi3
Date: Sun Jun 12 09:03:56 2016
New Revision: 416780
URL: https://svnweb.freebsd.org/changeset/ports/416780

Log:
  - Switch to options helpers

Modified:
  head/games/connectagram/Makefile

Modified: head/games/connectagram/Makefile
==============================================================================
--- head/games/connectagram/Makefile	Sun Jun 12 09:00:00 2016	(r416779)
+++ head/games/connectagram/Makefile	Sun Jun 12 09:03:56 2016	(r416780)
@@ -27,7 +27,7 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|std::lround|lround|' ${WRKSRC}/src/*.cpp
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \
 		${STAGEDIR}${DOCSDIR})


More information about the svn-ports-head mailing list