diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 23:24:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 23:24:22 +0800 |
commit | 74658df474802d46dafbb7a03ff3b1eb5957333b (patch) | |
tree | 6a7b710a13452762483c8c92a3f97220b75d5334 /math | |
parent | 30f9023462c305a94c4ca054288a2976a27f9f65 (diff) | |
download | freebsd-ports-gnome-74658df474802d46dafbb7a03ff3b1eb5957333b.tar.gz freebsd-ports-gnome-74658df474802d46dafbb7a03ff3b1eb5957333b.tar.zst freebsd-ports-gnome-74658df474802d46dafbb7a03ff3b1eb5957333b.zip |
Copy EXAMPLES files into stagedir
Reported by: QAT
Diffstat (limited to 'math')
-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} |