From b4138c5d83e765689bf160301d4bf60b44c4db47 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/mrproject/PLIST | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'devel/mrproject') diff --git a/devel/mrproject/PLIST b/devel/mrproject/PLIST index 7942e3a7726..99e2ab3d438 100644 --- a/devel/mrproject/PLIST +++ b/devel/mrproject/PLIST @@ -1,28 +1,14 @@ -@comment $NetBSD: PLIST,v 1.8 2004/02/16 15:06:19 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.9 2004/09/22 08:09:28 jlam Exp $ bin/mrproject bin/mrproject-engine bin/run-mrproject -lib/mrproject/components/libcalendar-component.a lib/mrproject/components/libcalendar-component.la -lib/mrproject/components/libcalendar-component.so -lib/mrproject/components/libgantt-component.a lib/mrproject/components/libgantt-component.la -lib/mrproject/components/libgantt-component.so -lib/mrproject/components/libmpx-file-filter.a lib/mrproject/components/libmpx-file-filter.la -lib/mrproject/components/libmpx-file-filter.so -lib/mrproject/components/libnetwork-component.a lib/mrproject/components/libnetwork-component.la -lib/mrproject/components/libnetwork-component.so -lib/mrproject/components/libresource-component.a lib/mrproject/components/libresource-component.la -lib/mrproject/components/libresource-component.so -lib/mrproject/components/libtask-dialog-component.a lib/mrproject/components/libtask-dialog-component.la -lib/mrproject/components/libtask-dialog-component.so -lib/mrproject/components/libxml-file-filter.a lib/mrproject/components/libxml-file-filter.la -lib/mrproject/components/libxml-file-filter.so man/man1/mrproject-engine.1 man/man1/mrproject.1 man/man1/run-mrproject.1 -- cgit v1.2.3