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 | b4138c5d83e765689bf160301d4bf60b44c4db47 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /net/ethereal | |
parent | 4387aad1b07d7b31a8ca2643457357188fa11532 (diff) | |
download | pkgsrc-b4138c5d83e765689bf160301d4bf60b44c4db47.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 'net/ethereal')
-rw-r--r-- | net/ethereal/PLIST | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/net/ethereal/PLIST b/net/ethereal/PLIST index 6cca4486bf8..dd15fea16fb 100644 --- a/net/ethereal/PLIST +++ b/net/ethereal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2004/08/13 11:31:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2004/09/22 08:09:47 jlam Exp $ bin/capinfo bin/dftest bin/editcap @@ -8,54 +8,27 @@ bin/mergecap bin/tethereal bin/text2pcap lib/ethereal/plugins/${PKGVERSION}/acn.la -lib/ethereal/plugins/${PKGVERSION}/acn.so lib/ethereal/plugins/${PKGVERSION}/artnet.la -lib/ethereal/plugins/${PKGVERSION}/artnet.so lib/ethereal/plugins/${PKGVERSION}/asn1.la -lib/ethereal/plugins/${PKGVERSION}/asn1.so lib/ethereal/plugins/${PKGVERSION}/ciscosm.la -lib/ethereal/plugins/${PKGVERSION}/ciscosm.so lib/ethereal/plugins/${PKGVERSION}/coseventcomm.la -lib/ethereal/plugins/${PKGVERSION}/coseventcomm.so lib/ethereal/plugins/${PKGVERSION}/cosnaming.la -lib/ethereal/plugins/${PKGVERSION}/cosnaming.so lib/ethereal/plugins/${PKGVERSION}/docsis.la -lib/ethereal/plugins/${PKGVERSION}/docsis.so lib/ethereal/plugins/${PKGVERSION}/enttec.la -lib/ethereal/plugins/${PKGVERSION}/enttec.so lib/ethereal/plugins/${PKGVERSION}/gryphon.la -lib/ethereal/plugins/${PKGVERSION}/gryphon.so lib/ethereal/plugins/${PKGVERSION}/irda.la -lib/ethereal/plugins/${PKGVERSION}/irda.so lib/ethereal/plugins/${PKGVERSION}/lwres.la -lib/ethereal/plugins/${PKGVERSION}/lwres.so lib/ethereal/plugins/${PKGVERSION}/megaco.la -lib/ethereal/plugins/${PKGVERSION}/megaco.so lib/ethereal/plugins/${PKGVERSION}/mgcp.la -lib/ethereal/plugins/${PKGVERSION}/mgcp.so lib/ethereal/plugins/${PKGVERSION}/opsi.la -lib/ethereal/plugins/${PKGVERSION}/opsi.so lib/ethereal/plugins/${PKGVERSION}/pcli.la -lib/ethereal/plugins/${PKGVERSION}/pcli.so lib/ethereal/plugins/${PKGVERSION}/rdm.la -lib/ethereal/plugins/${PKGVERSION}/rdm.so lib/ethereal/plugins/${PKGVERSION}/rlm.la -lib/ethereal/plugins/${PKGVERSION}/rlm.so lib/ethereal/plugins/${PKGVERSION}/rtnet.la -lib/ethereal/plugins/${PKGVERSION}/rtnet.so lib/ethereal/plugins/${PKGVERSION}/rudp.la -lib/ethereal/plugins/${PKGVERSION}/rudp.so lib/ethereal/plugins/${PKGVERSION}/v5ua.la -lib/ethereal/plugins/${PKGVERSION}/v5ua.so lib/libethereal.la -lib/libethereal.so -lib/libethereal.so.0 -lib/libethereal.so.0.1 -lib/libwiretap.a lib/libwiretap.la -lib/libwiretap.so -lib/libwiretap.so.0 -lib/libwiretap.so.0.1 man/man1/capinfo.1 man/man1/editcap.1 man/man1/ethereal.1 |