diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-01-24 06:49:30 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-01-24 06:49:30 +0800 |
commit | 12a4c79b8973005ca1a527de453236a8f8837133 (patch) | |
tree | d9762661345f4ffc5da98cfd50af543ad3a683a0 /math/gnuplot/Makefile | |
parent | 6ad022804df66aa4cfe4e3d3feef4b1ec73b5d59 (diff) | |
download | freebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.tar.gz freebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.tar.zst freebsd-ports-gnome-12a4c79b8973005ca1a527de453236a8f8837133.zip |
Install the demos (and a README) with gnunplot. Nice demos, worth it.
Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su>
Diffstat (limited to 'math/gnuplot/Makefile')
-rw-r--r-- | math/gnuplot/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 1c31cf22fe03..87ffde66a230 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -25,6 +25,11 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --with-gd=${LOCALBASE}/lib \ --with-gnu-readline --with-lasergnu --with-png +post-install: + ${MKDIR} ${PREFIX}/share/doc/gnuplot + (cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/doc/gnuplot;done) + ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/gnuplot + MAN1= gnuplot.1 lasergnu.1 .include <bsd.port.mk> |