diff options
author | nork <nork@FreeBSD.org> | 2003-04-05 17:56:09 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-05 17:56:09 +0800 |
commit | a88638808e2f42401026c71c9a71cb423ab2e6f5 (patch) | |
tree | 2042b4a758491eaf95817ff25d05905d99d529dd /converters | |
parent | f9a66153131357a9be9c013aa059ed1888d27bce (diff) | |
download | freebsd-ports-gnome-a88638808e2f42401026c71c9a71cb423ab2e6f5.tar.gz freebsd-ports-gnome-a88638808e2f42401026c71c9a71cb423ab2e6f5.tar.zst freebsd-ports-gnome-a88638808e2f42401026c71c9a71cb423ab2e6f5.zip |
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)
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') : (), + ); |