diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
| commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
| tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /math/gnuplot+ | |
| parent | Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.0.0 update. (diff) | |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150431
Diffstat (limited to 'math/gnuplot+')
| -rw-r--r-- | math/gnuplot+/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index deb69df0b308..0f9d75248b29 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -73,7 +73,6 @@ post-install: @test -d ${PREFIX}/share/doc/gnuplot+ || ${MKDIR} ${PREFIX}/share/doc/gnuplot+ ${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+ |
