diff options
author | roam <roam@FreeBSD.org> | 2001-02-23 15:21:37 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-02-23 15:21:37 +0800 |
commit | 368fd4a4d2c33ee509579d70477c6df0c3014176 (patch) | |
tree | 41c61b7e82e2f1aa26463d7ead579283c2f0c503 /math/gnuplot+/Makefile | |
parent | 4a01b777d1fc951cac7a918c940b4c39e6c626df (diff) | |
download | freebsd-ports-graphics-368fd4a4d2c33ee509579d70477c6df0c3014176.tar.gz freebsd-ports-graphics-368fd4a4d2c33ee509579d70477c6df0c3014176.tar.zst freebsd-ports-graphics-368fd4a4d2c33ee509579d70477c6df0c3014176.zip |
Install examples, too.
PR: 25112
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by: maintainer
Diffstat (limited to 'math/gnuplot+/Makefile')
-rw-r--r-- | math/gnuplot+/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 58508397d24..1aea70d44f6 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -71,6 +71,8 @@ post-install: ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/examples/gnuplot+ + ${INSTALL_DATA} ${WRKSRC}/demo/* ${PREFIX}/share/examples/gnuplot+ @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |