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 /audio/esound | |
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 'audio/esound')
-rw-r--r-- | audio/esound/PLIST.Linux | 6 | ||||
-rw-r--r-- | audio/esound/PLIST.common | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/audio/esound/PLIST.Linux b/audio/esound/PLIST.Linux index 6a204cb2e21..73687d7e9c5 100644 --- a/audio/esound/PLIST.Linux +++ b/audio/esound/PLIST.Linux @@ -1,7 +1,3 @@ -@comment $NetBSD: PLIST.Linux,v 1.4 2004/08/15 16:50:55 wiz Exp $ +@comment $NetBSD: PLIST.Linux,v 1.5 2004/09/22 08:09:15 jlam Exp $ bin/esddsp -lib/libesddsp.a lib/libesddsp.la -lib/libesddsp.so -lib/libesddsp.so.2 -lib/libesddsp.so.2.35 diff --git a/audio/esound/PLIST.common b/audio/esound/PLIST.common index d73fb7c2dbb..4fb6571824b 100644 --- a/audio/esound/PLIST.common +++ b/audio/esound/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.4 2004/08/15 16:50:55 wiz Exp $ +@comment $NetBSD: PLIST.common,v 1.5 2004/09/22 08:09:15 jlam Exp $ bin/esd bin/esd-config bin/esdcat @@ -10,11 +10,7 @@ bin/esdplay bin/esdrec bin/esdsample include/esd.h -lib/libesd.a lib/libesd.la -lib/libesd.so -lib/libesd.so.2 -lib/libesd.so.2.35 lib/pkgconfig/esound.pc man/man1/esd-config.1 man/man1/esd.1 |