diff options
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 5850839..1aea70d4 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> |