From 1a280185e19de3a6ae1eb2fa57138973b96b2348 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 22 Sep 2004 08:09:14 +0000 Subject: 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". --- audio/sweep/PLIST | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'audio/sweep') diff --git a/audio/sweep/PLIST b/audio/sweep/PLIST index a93526a96a4..b9695a464b3 100644 --- a/audio/sweep/PLIST +++ b/audio/sweep/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/06/21 18:00:57 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:17 jlam Exp $ bin/sweep include/sweep/sweep.h include/sweep/sweep_filter.h @@ -10,24 +10,12 @@ include/sweep/sweep_typeconvert.h include/sweep/sweep_types.h include/sweep/sweep_undo.h include/sweep/sweep_version.h -lib/sweep/libbyenergy.a lib/sweep/libbyenergy.la -lib/sweep/libbyenergy.so -lib/sweep/libecho.a lib/sweep/libecho.la -lib/sweep/libecho.so -lib/sweep/libfade.a lib/sweep/libfade.la -lib/sweep/libfade.so -lib/sweep/libladspameta.a lib/sweep/libladspameta.la -lib/sweep/libladspameta.so -lib/sweep/libnormalise.a lib/sweep/libnormalise.la -lib/sweep/libnormalise.so -lib/sweep/libreverse.a lib/sweep/libreverse.la -lib/sweep/libreverse.so man/man1/sweep.1 share/gnome/apps/Multimedia/sweep.desktop ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sweep.mo -- cgit v1.2.3