From 4e1a8ff8cac70063093754fdd6d9587d14f48535 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 15 Apr 2003 03:25:44 +0000 Subject: Fix wrong install directory with perl 5.8.0 (and later). --- converters/p5-MIME-Base64/distinfo | 3 ++- converters/p5-MIME-Base64/patches/patch-aa | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 converters/p5-MIME-Base64/patches/patch-aa (limited to 'converters') diff --git a/converters/p5-MIME-Base64/distinfo b/converters/p5-MIME-Base64/distinfo index fe8bc19e204..dbc9cd3370c 100644 --- a/converters/p5-MIME-Base64/distinfo +++ b/converters/p5-MIME-Base64/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/04/12 15:40:33 martti Exp $ +$NetBSD: distinfo,v 1.5 2003/04/15 03:25:44 taca Exp $ SHA1 (MIME-Base64-2.18.tar.gz) = a18c68892630db390ba574bd74fbc9de9d72dd6e Size (MIME-Base64-2.18.tar.gz) = 14747 bytes +SHA1 (patch-aa) = 7cb2e7cf5a2b0d9e16729a9c975ac5e4adb22c95 diff --git a/converters/p5-MIME-Base64/patches/patch-aa b/converters/p5-MIME-Base64/patches/patch-aa new file mode 100644 index 00000000000..e38876bf555 --- /dev/null +++ b/converters/p5-MIME-Base64/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 2003/04/15 03:25:44 taca Exp $ + +--- Makefile.PL.orig 2003-03-10 00:07:50.000000000 +0900 ++++ Makefile.PL +@@ -6,6 +6,4 @@ WriteMakefile( + VERSION_FROM => 'Base64.pm', + EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)], + dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, +- ($] >= 5.008) ? +- (INSTALLDIRS => 'perl') : (), + ); -- cgit v1.2.3