diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-23 07:21:37 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-23 07:21:37 +0000 |
commit | f8a5056d8748b52f409d789f89a4bb0f9e854c15 (patch) | |
tree | dd93e93e0bb102402bd3c64078721a77c0e9f561 /math/gnuplot+/Makefile | |
parent | Master-Sites changed, renaming of directories. (diff) |
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 58508397d246..1aea70d44f63 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> |