diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 19:01:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 19:01:08 +0000 |
commit | 2629425445f2580e110db657f501c2dc97f979ac (patch) | |
tree | 6e935c15c54306b00b809ce494c58c68fdfce609 /graphics/plplot | |
parent | aa3e2e2d012a73279723619ffb3c28f79ebe019f (diff) | |
download | pkgsrc-2629425445f2580e110db657f501c2dc97f979ac.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'graphics/plplot')
-rw-r--r-- | graphics/plplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/plplot/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 6dcb6ce0149..a8cf1b3b443 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/06/02 01:19:17 jschauma Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/03 19:01:08 seb Exp $ DISTNAME= plplot-5.0.4 CATEGORIES= graphics @@ -50,6 +50,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-itcl CONFIGURE_ARGS+= --disable-dp +USE_NEW_TEXINFO= YES INFO_FILES= plplotdoc.info post-extract: @@ -74,5 +75,4 @@ post-install: ${PREFIX}/share/doc/html/plplot .include "../../mk/autoconf.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/plplot/PLIST b/graphics/plplot/PLIST index 36632cf917c..c09e513479a 100644 --- a/graphics/plplot/PLIST +++ b/graphics/plplot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:21 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/03 19:01:08 seb Exp $ bin/plplot-config bin/plrender bin/plserver @@ -19,7 +19,6 @@ include/plplot/pltcl.h include/plplot/pltk.h include/plplot/plxwd.h include/plplot/tclMatrix.h -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/plplotdoc.info info/plplotdoc.info info/plplotdoc.info-1 info/plplotdoc.info-2 @@ -29,7 +28,6 @@ info/plplotdoc.info-5 info/plplotdoc.info-6 info/plplotdoc.info-7 info/plplotdoc.info-8 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/plplotdoc.info lib/libplcxxd.a lib/libplplotd.a lib/libtclmatrixd.a |