summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-05 09:56:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-05 09:56:09 +0000
commit7dab1de0dd7f8d07465bac76a93be323dad3ae93 (patch)
treeeb2b605c9086c58e9479e628aa0ad3b5ac443cff /converters
parentUpdate to version 1.9.2. (diff)
Fix install directory with perl 5.8 or later.
PR: ports/50554 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: maintainer timeout (3 days)
Notes
Notes: svn path=/head/; revision=78292
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-MIME-Base64/files/patch-Makefile.PL9
1 files changed, 9 insertions, 0 deletions
diff --git a/converters/p5-MIME-Base64/files/patch-Makefile.PL b/converters/p5-MIME-Base64/files/patch-Makefile.PL
new file mode 100644
index 000000000000..fc989684932e
--- /dev/null
+++ b/converters/p5-MIME-Base64/files/patch-Makefile.PL
@@ -0,0 +1,9 @@
+--- Makefile.PL.orig Mon Mar 10 00:07:50 2003
++++ Makefile.PL Sat Apr 5 18:49:51 2003
+@@ -6,6 +6,4 @@
+ 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') : (),
+ );