svn commit: r458925 - head/math/prng
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 13 10:13:50 UTC 2018
Author: antoine
Date: Sat Jan 13 10:13:48 2018
New Revision: 458925
URL: https://svnweb.freebsd.org/changeset/ports/458925
Log:
Unbreak examples installation
Modified:
head/math/prng/Makefile
Modified: head/math/prng/Makefile
==============================================================================
--- head/math/prng/Makefile Sat Jan 13 10:10:40 2018 (r458924)
+++ head/math/prng/Makefile Sat Jan 13 10:13:48 2018 (r458925)
@@ -26,7 +26,7 @@ post-install-DOCS-on:
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/examples/,} \
+ ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} \
${STAGEDIR}${EXAMPLESDIR}
check regression-test test: build
More information about the svn-ports-all
mailing list