diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /math | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | FreeBSD-ports-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip FreeBSD-ports-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 1 | ||||
-rw-r--r-- | math/gri/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index deb69df..0f9d752 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+ diff --git a/math/gri/Makefile b/math/gri/Makefile index bf821df..869091c 100644 --- a/math/gri/Makefile +++ b/math/gri/Makefile @@ -47,7 +47,6 @@ post-install: .endfor .if !defined(NOPORTDOCS) @${INSTALL_DATA} ${WRKSRC}/doc/gri.info ${PREFIX}/info - install-info ${PREFIX}/info/gri.info ${PREFIX}/info/dir .endif .include <bsd.port.mk> |