diff options
-rw-r--r-- | math/prng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index 6570f06a3b38..847dd2ed9daa 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -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 |