summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorjlam <jlam>2004-09-22 08:09:14 +0000
committerjlam <jlam>2004-09-22 08:09:14 +0000
commit08039266e343e3cb99feb5cbfd5fd9acf006ac97 (patch)
treeba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /devel/pcre
parent6e8a19b19cf0aad3d2396d28108ec9abfcd1e84d (diff)
downloadpkgsrc-08039266e343e3cb99feb5cbfd5fd9acf006ac97.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/pcre')
-rw-r--r--devel/pcre/PLIST10
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/pcre/PLIST b/devel/pcre/PLIST
index f8761195ed6..60c616abbf8 100644
--- a/devel/pcre/PLIST
+++ b/devel/pcre/PLIST
@@ -1,19 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2003/08/05 10:18:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:29 jlam Exp $
bin/pcre-config
bin/pcregrep
bin/pcretest
include/pcre.h
include/pcreposix.h
-lib/libpcre.a
lib/libpcre.la
-lib/libpcre.so
-lib/libpcre.so.0
-lib/libpcre.so.0.1
-lib/libpcreposix.a
lib/libpcreposix.la
-lib/libpcreposix.so
-lib/libpcreposix.so.0
-lib/libpcreposix.so.0.0
man/man1/pcregrep.1
man/man1/pcretest.1
man/man3/pcre.3