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 /devel/mrproject/PLIST | |
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 'devel/mrproject/PLIST')
-rw-r--r-- | devel/mrproject/PLIST | 16 |
1 files changed, 1 insertions, 15 deletions
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 |