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 /comms/p5-pilot-link/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 'comms/p5-pilot-link/pkg')
-rw-r--r-- | comms/p5-pilot-link/pkg/PLIST | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/comms/p5-pilot-link/pkg/PLIST b/comms/p5-pilot-link/pkg/PLIST index 6839f22ba85..a3f38eed4c4 100644 --- a/comms/p5-pilot-link/pkg/PLIST +++ b/comms/p5-pilot-link/pkg/PLIST @@ -1,12 +1 @@ -@comment $NetBSD: PLIST,v 1.2 1999/09/07 14:49:42 bad Exp $ -lib/perl5/site_perl/PDA/Pilot.pm -lib/perl5/site_perl/PDA/dump.pl -lib/perl5/site_perl/auto/PDA/Pilot/autosplit.ix -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/.packlist -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/Pilot.bs -lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot/Pilot.so -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/PDA -@dirrm lib/perl5/site_perl/auto/PDA/Pilot -@dirrm lib/perl5/site_perl/auto/PDA -@dirrm lib/perl5/site_perl/PDA +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:00 jlam Exp $ |