diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
commit | 1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /graphics/giram | |
parent | 4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff) | |
download | pkgsrc-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/giram')
-rw-r--r-- | graphics/giram/PLIST | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/giram/PLIST b/graphics/giram/PLIST index f685bade2ce..41367299dd4 100644 --- a/graphics/giram/PLIST +++ b/graphics/giram/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/05/24 11:23:08 salo Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:33 jlam Exp $ bin/giram bin/povfront libexec/giram/plug-ins/Box @@ -16,17 +16,11 @@ share/giram/0.3/finish/finish1 share/giram/0.3/giram_logo.ppm share/giram/0.3/giram_splash.ppm share/giram/0.3/modules/librender_flat.la -share/giram/0.3/modules/librender_flat.so share/giram/0.3/modules/librender_gouraud.la -share/giram/0.3/modules/librender_gouraud.so share/giram/0.3/modules/librender_hiddenfaces.la -share/giram/0.3/modules/librender_hiddenfaces.so share/giram/0.3/modules/librender_povray.la -share/giram/0.3/modules/librender_povray.so share/giram/0.3/modules/librender_raytracing.la -share/giram/0.3/modules/librender_raytracing.so share/giram/0.3/modules/librender_wireframe.la -share/giram/0.3/modules/librender_wireframe.so share/giram/0.3/normal/normal1 share/giram/0.3/pigment/pigment1 share/giram/0.3/shape/shape1 |