diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 07:10:59 +0000 |
commit | 18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /devel/p5-LDAP/pkg | |
parent | 81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff) | |
download | pkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz |
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Diffstat (limited to 'devel/p5-LDAP/pkg')
-rw-r--r-- | devel/p5-LDAP/pkg/PLIST | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/devel/p5-LDAP/pkg/PLIST b/devel/p5-LDAP/pkg/PLIST index 4bca573830a..125ec09ee55 100644 --- a/devel/p5-LDAP/pkg/PLIST +++ b/devel/p5-LDAP/pkg/PLIST @@ -1,18 +1 @@ -@comment $NetBSD: PLIST,v 1.3 2000/01/08 04:26:50 wiz Exp $ -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mozilla/LDAP/API/API.so -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mozilla/LDAP/API/API.bs -lib/perl5/site_perl/Mozilla/LDAP/Conn.pm -lib/perl5/site_perl/Mozilla/LDAP/LDIF.pm -lib/perl5/site_perl/Mozilla/LDAP/Utils.pm -lib/perl5/site_perl/Mozilla/LDAP/API.pm -lib/perl5/site_perl/Mozilla/LDAP/Entry.pm -lib/perl5/site_perl/auto/Mozilla/LDAP/API/autosplit.ix -lib/perl5/man/man3/Mozilla::LDAP::Conn.3 -lib/perl5/man/man3/Mozilla::LDAP::LDIF.3 -lib/perl5/man/man3/Mozilla::LDAP::Utils.3 -lib/perl5/man/man3/Mozilla::LDAP::Entry.3 -lib/perl5/man/man3/Mozilla::LDAP::API.3 -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mozilla/LDAP/API/.packlist -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mozilla/LDAP/API -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Mozilla/LDAP -@dirrm lib/perl5/site_perl/Mozilla/LDAP +@comment $NetBSD: PLIST,v 1.4 2000/08/27 07:11:07 jlam Exp $ |