summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 07:10:59 +0000
committerjlam <jlam>2000-08-27 07:10:59 +0000
commit6b651933b95c6a21e0e7629f5183e1492bb71903 (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /japanese
parentc861cb3db8ffcd7b9fa94be5348a80b681bcff64 (diff)
downloadpkgsrc-6b651933b95c6a21e0e7629f5183e1492bb71903.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 'japanese')
-rw-r--r--japanese/p5-nkf/Makefile8
-rw-r--r--japanese/p5-nkf/pkg/PLIST8
2 files changed, 6 insertions, 10 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile
index 071060936f3..8b80ee5949c 100644
--- a/japanese/p5-nkf/Makefile
+++ b/japanese/p5-nkf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 06:23:43 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:13 jlam Exp $
#
DISTNAME= nkf-1.7
@@ -8,10 +8,12 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
-USE_PERL5= yes
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NKF/.packlist
+
WRKSRC= ${WRKDIR}/${DISTNAME}/NKF
do-configure:
- @cd ${WRKSRC} && perl Makefile.PL
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/japanese/p5-nkf/pkg/PLIST b/japanese/p5-nkf/pkg/PLIST
index f03e9d4c053..08f0605eafa 100644
--- a/japanese/p5-nkf/pkg/PLIST
+++ b/japanese/p5-nkf/pkg/PLIST
@@ -1,7 +1 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 06:23:44 sakamoto Exp $
-lib/perl5/man/man3/NKF.3
-lib/perl5/site_perl/NKF.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/.packlist
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/NKF.bs
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF/NKF.so
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/NKF
+@comment $NetBSD: PLIST,v 1.2 2000/08/27 07:11:13 jlam Exp $