summaryrefslogtreecommitdiff
path: root/devel/mrproject
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-09-22 08:09:14 +0000
committerjlam <jlam@pkgsrc.org>2004-09-22 08:09:14 +0000
commit1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch)
treeba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /devel/mrproject
parent4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff)
downloadpkgsrc-1a280185e19de3a6ae1eb2fa57138973b96b2348.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')
-rw-r--r--devel/mrproject/PLIST16
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