diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 18:47:58 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 18:47:58 +0000 |
commit | aa3e2e2d012a73279723619ffb3c28f79ebe019f (patch) | |
tree | 3738115dca827eef019a2f64143402b4a1c10e1b /graphics/plotutils | |
parent | 6ce68eec3a511cc5ce5697ddf74a35b9776a552e (diff) | |
download | pkgsrc-aa3e2e2d012a73279723619ffb3c28f79ebe019f.tar.gz |
Convert to USE_NEW_TEXINFO.
While here fix CONFLICTS.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 8 | ||||
-rw-r--r-- | graphics/plotutils/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index c8ad4f828fe..82e54ab6066 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/06/07 17:39:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.26 2003/07/03 18:47:58 seb Exp $ # DISTNAME= plotutils-2.4.1 @@ -10,12 +10,15 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html COMMENT= Programs and library for plotting scientific data -CONFLICTS+= ${DISTNAME:C/-[0-9].*/-nox11/} +CONFLICTS+= plotutils-nox11-[0-9]* USE_BUILDLINK2= YES USE_GCC_SHLIB= YES USE_X11= YES +USE_NEW_TEXINFO= YES +INFO_FILES= plotutils.info + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-libplotter @@ -23,5 +26,4 @@ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig .include "../../graphics/png/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/plotutils/PLIST b/graphics/plotutils/PLIST index a220c47de8c..b272a751b8c 100644 --- a/graphics/plotutils/PLIST +++ b/graphics/plotutils/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 18:47:58 seb Exp $ bin/double bin/graph bin/ode @@ -67,9 +67,7 @@ share/tek2plot/scale.tek share/tek2plot/skymap.tek share/tek2plot/skymap2.tek share/tek2plot/usmap.tek -@unexec ${INSTALL_INFO} --delete %D/info/plotutils.info %D/info/dir info/plotutils.info -@exec ${INSTALL_INFO} %D/info/plotutils.info %D/info/dir @dirrm share/libplot @dirrm share/ode @dirrm share/pic2plot |