summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-09-22 08:09:14 +0000
committerjlam <jlam@pkgsrc.org>2004-09-22 08:09:14 +0000
commit1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch)
treeba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /graphics/plotutils
parent4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff)
downloadpkgsrc-1a280185e19de3a6ae1eb2fa57138973b96b2348.tar.gz
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/PLIST10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/plotutils/PLIST b/graphics/plotutils/PLIST
index e94189490e9..5f39bdb0ea0 100644
--- a/graphics/plotutils/PLIST
+++ b/graphics/plotutils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/18 00:22:31 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:37 jlam Exp $
bin/double
bin/graph
bin/ode
@@ -10,16 +10,8 @@ bin/tek2plot
include/plot.h
include/plotcompat.h
include/plotter.h
-lib/libplot.a
lib/libplot.la
-lib/libplot.so
-lib/libplot.so.4
-lib/libplot.so.4.1
-lib/libplotter.a
lib/libplotter.la
-lib/libplotter.so
-lib/libplotter.so.4
-lib/libplotter.so.4.0
man/man1/ode.1
man/man1/plot.1
man/man1/plotfont.1