diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-12 19:06:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-12 19:06:45 +0000 |
commit | b3c4f7b699f9d9ccf861007817861ee100c9c648 (patch) | |
tree | a959f886916cd7b13c3b36f9cab25b6771bab918 /japanese | |
parent | dfe309aab435630da440b48c61e66e9262acc7d7 (diff) | |
download | pkgsrc-b3c4f7b699f9d9ccf861007817861ee100c9c648.tar.gz |
Back out changes to explicitly add ${CHASENDIR} to the compiler search
paths. Not necessary with perl>=5.6.1nb3.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Text-ChaSen/Makefile | 4 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-Text-ChaSen/patches/patch-aa | 15 |
3 files changed, 2 insertions, 20 deletions
diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index 2b76ac5c1ea..f044f84d304 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/09/09 06:16:40 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/12 19:06:45 jlam Exp $ DISTNAME= Text-ChaSen-1.03 PKGNAME= p5-${DISTNAME}nb1 @@ -15,8 +15,6 @@ COMMENT= perl5 module to use ChaSen USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/ChaSen/.packlist -MAKE_ENV+= CHASENDIR=${BUILDLINK_PREFIX.chasen} - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/japanese/p5-Text-ChaSen/distinfo b/japanese/p5-Text-ChaSen/distinfo index e96e1f2a8c8..59ecb8848f6 100644 --- a/japanese/p5-Text-ChaSen/distinfo +++ b/japanese/p5-Text-ChaSen/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/09/09 06:16:40 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/09/12 19:06:45 jlam Exp $ SHA1 (Text-ChaSen-1.03.tar.gz) = e9634b0ba5cc6920d84039d0bf12e1608dd1a32f Size (Text-ChaSen-1.03.tar.gz) = 4836 bytes SHA1 (ChaSen.pm-1.03-pod-fix.diff) = f89708e63d73b6b29fb13a3b7f4802233ed175e6 Size (ChaSen.pm-1.03-pod-fix.diff) = 239 bytes -SHA1 (patch-aa) = 7665634069f5c1139a8d3595cd34a339694d8c84 diff --git a/japanese/p5-Text-ChaSen/patches/patch-aa b/japanese/p5-Text-ChaSen/patches/patch-aa deleted file mode 100644 index a2d5ccba9c9..00000000000 --- a/japanese/p5-Text-ChaSen/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/09/09 06:16:41 jlam Exp $ - ---- Makefile.PL.orig Wed Aug 18 02:58:18 1999 -+++ Makefile.PL -@@ -1,7 +1,9 @@ - use ExtUtils::MakeMaker; - -+my($CHASENDIR) = $ENV{CHASENDIR}; -+ - WriteMakefile( - 'NAME' => 'Text::ChaSen', - 'VERSION_FROM' => 'ChaSen.pm', -- 'LIBS' => ['-lchasen'] -+ 'LIBS' => ["-L$CHASENDIR/lib -lchasen"] - ); |