diff options
author | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 07:10:59 +0000 |
commit | 97e1b0acc462290dc20dc517f0b889e311c2da32 (patch) | |
tree | fd4f0178e134e50e9dc8acc6e016d62c645457cf /devel/p5-AtExit | |
parent | 03f62e3f3dab9a9dfcfc2bb15ccd59d37f570723 (diff) | |
download | pkgsrc-97e1b0acc462290dc20dc517f0b889e311c2da32.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')
-rw-r--r-- | devel/p5-AtExit/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-AtExit/pkg/PLIST | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-AtExit/Makefile b/devel/p5-AtExit/Makefile index 1d8ff8466c0..0d5aade0669 100644 --- a/devel/p5-AtExit/Makefile +++ b/devel/p5-AtExit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/12 19:24:47 bad Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:01 jlam Exp $ # DISTNAME= AtExit-2.01 @@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AtExit/} MAINTAINER= packages@netbsd.org -USE_PERL5= yes +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_ARCHLIB}/auto/AtExit/.packlist do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" 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 $ |