diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-13 10:13:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-13 10:13:48 +0000 |
commit | 2edfbef6a2ea7d8d442e0f9399af6b716ca052ee (patch) | |
tree | d46fa01978c9f2e59fc4e014f6851d2a07912e62 | |
parent | Update databases/elixir-ecto to version 2.2.8. (diff) |
Unbreak examples installation
Notes
Notes:
svn path=/head/; revision=458925
-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 |