From 08039266e343e3cb99feb5cbfd5fd9acf006ac97 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". --- devel/stlport/PLIST | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'devel/stlport') diff --git a/devel/stlport/PLIST b/devel/stlport/PLIST index bfeb78d47d5..3c241529d38 100644 --- a/devel/stlport/PLIST +++ b/devel/stlport/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/01/05 22:14:18 mrauch Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:29 jlam Exp $ include/stlport/algorithm include/stlport/bitset include/stlport/cassert @@ -305,16 +305,8 @@ include/stlport/wrap_std/ostream include/stlport/wrap_std/sstream include/stlport/wrap_std/streambuf include/stlport/wrap_std/strstream -lib/libstlport_gcc.a lib/libstlport_gcc.la -lib/libstlport_gcc.so -lib/libstlport_gcc.so.4 -lib/libstlport_gcc.so.4.6 -lib/libstlport_gcc_stldebug.a lib/libstlport_gcc_stldebug.la -lib/libstlport_gcc_stldebug.so -lib/libstlport_gcc_stldebug.so.4 -lib/libstlport_gcc_stldebug.so.4.6 share/doc/html/stlport/images/black.gif share/doc/html/stlport/images/stl_logo_doc.gif share/doc/html/stlport/images/t_doc2.gif -- cgit v1.2.3