diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:24:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:24:22 +0000 |
commit | bcd2373d87d1047ea28c329e0ef824f330fdbd98 (patch) | |
tree | 6a7b710a13452762483c8c92a3f97220b75d5334 /math/gnuplot | |
parent | 64fe2fc6e4152e77c08ebb86265534a5b92df9f8 (diff) | |
download | ports-bcd2373d87d1047ea28c329e0ef824f330fdbd98.tar.gz ports-bcd2373d87d1047ea28c329e0ef824f330fdbd98.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index bf5e956070b6..59983f838944 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -85,7 +85,7 @@ post-build: post-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/lasergnu ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${EXAMPLESDIR} + cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/psdoc cd ${WRKSRC}/docs && ${INSTALL_DATA} gnuplot.txt gnuplot.dvi \ gnuplot.ps ${STAGEDIR}${DOCSDIR} |