diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-05 09:56:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-05 09:56:09 +0000 |
commit | 7dab1de0dd7f8d07465bac76a93be323dad3ae93 (patch) | |
tree | eb2b605c9086c58e9479e628aa0ad3b5ac443cff /converters | |
parent | c5c6f229da04d96894185c00ffabac47890c5dfb (diff) | |
download | ports-7dab1de0dd7f8d07465bac76a93be323dad3ae93.tar.gz ports-7dab1de0dd7f8d07465bac76a93be323dad3ae93.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-MIME-Base64/files/patch-Makefile.PL | 9 |
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') : (), + ); |