diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 1450b259bac40bf40e6678fc7eb42d553b47e37e (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /graphics/plotutils-nox11 | |
parent | fe1cdd47b49037fbb784ac847c0857b1f98b4d17 (diff) | |
download | pkgsrc-1450b259bac40bf40e6678fc7eb42d553b47e37e.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'graphics/plotutils-nox11')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 5 | ||||
-rw-r--r-- | graphics/plotutils-nox11/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index 56022c693ed..2a4dd870cb9 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/31 17:28:11 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/31 23:56:28 jlam Exp $ # DISTNAME= plotutils-2.4.1 @@ -18,8 +18,7 @@ PATCHDIR= ${.CURDIR}/../../graphics/plotutils/patches USE_LANGUAGES= c c++ -INFO_FILES= plotutils.info - +INFO_FILES= # PLIST USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-libplotter diff --git a/graphics/plotutils-nox11/PLIST b/graphics/plotutils-nox11/PLIST index a68eec2c1c7..3cb2107ea96 100644 --- a/graphics/plotutils-nox11/PLIST +++ b/graphics/plotutils-nox11/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:37 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/31 23:56:28 jlam Exp $ bin/double bin/graph bin/ode @@ -10,6 +10,7 @@ bin/tek2plot include/plot.h include/plotcompat.h include/plotter.h +info/plotutils.info lib/libplot.la lib/libplotter.la man/man1/ode.1 |