summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-BER
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 07:10:59 +0000
committerjlam <jlam>2000-08-27 07:10:59 +0000
commit97e1b0acc462290dc20dc517f0b889e311c2da32 (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /textproc/p5-Convert-BER
parent03f62e3f3dab9a9dfcfc2bb15ccd59d37f570723 (diff)
downloadpkgsrc-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 'textproc/p5-Convert-BER')
-rw-r--r--textproc/p5-Convert-BER/Makefile7
-rw-r--r--textproc/p5-Convert-BER/pkg/PLIST9
2 files changed, 5 insertions, 11 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile
index b4cb4b8ccd5..86db4eca93b 100644
--- a/textproc/p5-Convert-BER/Makefile
+++ b/textproc/p5-Convert-BER/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/28 12:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:21 jlam Exp $
#
DISTNAME= Convert-BER-1.26
@@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= packages@netbsd.org
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/BER/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Convert-BER/pkg/PLIST b/textproc/p5-Convert-BER/pkg/PLIST
index 71aaaf91786..55718e56b9e 100644
--- a/textproc/p5-Convert-BER/pkg/PLIST
+++ b/textproc/p5-Convert-BER/pkg/PLIST
@@ -1,8 +1 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/02 17:02:12 rh Exp $
-lib/perl5/site_perl/Convert/BER.pod
-lib/perl5/site_perl/Convert/BER.pm
-lib/perl5/man/man3/Convert::BER.3
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert/BER/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert/BER
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Convert
-@dirrm lib/perl5/site_perl/Convert
+@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:21 jlam Exp $