svn commit: r409058 - head/graphics/code-eli

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Feb 17 18:20:48 UTC 2016


Author: rakuco
Date: Wed Feb 17 18:20:46 2016
New Revision: 409058
URL: https://svnweb.freebsd.org/changeset/ports/409058

Log:
  Fix typo in DOCS option target helper after r409057.

Modified:
  head/graphics/code-eli/Makefile

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Wed Feb 17 18:01:42 2016	(r409057)
+++ head/graphics/code-eli/Makefile	Wed Feb 17 18:20:46 2016	(r409058)
@@ -66,7 +66,7 @@ do-install-EXAMPLES-on:
 	${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
 		${XARGS} ${STRIP_CMD}
 
-post-install-DOCS-on:
+do-install-DOCS-on:
 	(cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list