summaryrefslogtreecommitdiff
path: root/misc/p5-Locale-Codes
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 /misc/p5-Locale-Codes
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 'misc/p5-Locale-Codes')
-rw-r--r--misc/p5-Locale-Codes/Makefile7
-rw-r--r--misc/p5-Locale-Codes/pkg/PLIST9
2 files changed, 5 insertions, 11 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile
index 42d79f7ae3b..62f0ff1fea4 100644
--- a/misc/p5-Locale-Codes/Makefile
+++ b/misc/p5-Locale-Codes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/04/15 20:39:45 tron Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/27 07:11:16 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:51:12 jfitz Exp
#
@@ -10,9 +10,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Locale-Codes/Locale/Country.html
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/p5-Locale-Codes/pkg/PLIST b/misc/p5-Locale-Codes/pkg/PLIST
index 8136818f2b1..c18609ad227 100644
--- a/misc/p5-Locale-Codes/pkg/PLIST
+++ b/misc/p5-Locale-Codes/pkg/PLIST
@@ -1,8 +1 @@
-@comment $NetBSD: PLIST,v 1.5 1999/04/08 18:51:56 agc Exp $
-lib/perl5/man/man3/Locale::Country.3.gz
-lib/perl5/man/man3/Locale::Language.3.gz
-lib/perl5/site_perl/Locale/Country.pm
-lib/perl5/site_perl/Locale/Language.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Locale/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Locale
-@dirrm lib/perl5/site_perl/Locale
+@comment $NetBSD: PLIST,v 1.6 2000/08/27 07:11:16 jlam Exp $