diff options
author | seb <seb> | 2003-07-03 14:14:03 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-03 14:14:03 +0000 |
commit | 43a6ebab916ba10243c6a66399e13a3ce54878e2 (patch) | |
tree | be785a2465b985eca248d72c1dfbc9b7c4f5b714 /graphics | |
parent | b88ced25e5ddac98b8f7740e18b5d74ccec3159b (diff) | |
download | pkgsrc-43a6ebab916ba10243c6a66399e13a3ce54878e2.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 6 | ||||
-rw-r--r-- | graphics/gnuplot/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index fa78f9fd846..ef8e62c10f8 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/06/07 17:39:25 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2003/07/03 14:14:03 seb Exp $ # DISTNAME= gnuplot-3.7.3 @@ -21,6 +21,9 @@ USE_BUILDLINK2= YES USE_GNU_READLINE= YES USE_X11= YES +USE_NEW_TEXINFO= YES +INFO_FILES= gnuplot.info + CONFIGURE_ARGS+= --with-pdf CONFIGURE_ARGS+= --with-plot=${LOCALBASE} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} @@ -29,5 +32,4 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} .include "../../graphics/plotutils/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../print/pdflib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gnuplot/PLIST b/graphics/gnuplot/PLIST index f01575710d7..f39636fb14d 100644 --- a/graphics/gnuplot/PLIST +++ b/graphics/gnuplot/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/07 17:39:25 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/07/03 14:14:03 seb Exp $ bin/gnuplot bin/gnuplot_x11 -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gnuplot.info info/gnuplot.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gnuplot.info man/man1/gnuplot.1 share/gnuplot.gih |