svn commit: r341592 - head/math/gnuplot
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jan 28 15:24:23 UTC 2014
Author: bapt
Date: Tue Jan 28 15:24:22 2014
New Revision: 341592
URL: http://svnweb.freebsd.org/changeset/ports/341592
QAT: https://qat.redports.org/buildarchive/r341592/
Log:
Copy EXAMPLES files into stagedir
Reported by: QAT
Modified:
head/math/gnuplot/Makefile
Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile Tue Jan 28 15:16:39 2014 (r341591)
+++ head/math/gnuplot/Makefile Tue Jan 28 15:24:22 2014 (r341592)
@@ -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}
More information about the svn-ports-head
mailing list