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-AtExit/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-AtExit/pkg')
-rw-r--r-- | devel/p5-AtExit/pkg/PLIST | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-AtExit/pkg/PLIST b/devel/p5-AtExit/pkg/PLIST index a3c62b2dc38..6031f601be5 100644 --- a/devel/p5-AtExit/pkg/PLIST +++ b/devel/p5-AtExit/pkg/PLIST @@ -1,4 +1 @@ -@comment $NetBSD: PLIST,v 1.2 1999/05/12 19:36:03 bad Exp $ -lib/perl5/AtExit.pm -lib/perl5/man/man3/AtExit.3 -lib/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/5.00404/auto/AtExit/.packlist +@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:01 jlam Exp $ |