From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL (limited to 'mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL') diff --git a/mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL b/mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL new file mode 100644 index 000000000000..eb67dcfcf5b9 --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-perl__imap__Makefile.PL @@ -0,0 +1,15 @@ +Index: perl/imap/Makefile.PL +diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL +--- perl/imap/Makefile.PL.orig Thu Oct 23 03:50:18 2003 ++++ perl/imap/Makefile.PL Sun Dec 12 04:20:10 2004 +@@ -70,3 +70,10 @@ + 'INC' => "-I../../lib $SASL_INC $OPENSSL_INC", + 'EXE_FILES' => [cyradm], + ); ++ ++package MY; ++sub install { ++ my $inherited = shift->SUPER::install(@_); ++ $inherited =~ s/(install :: (all )?pure_install) doc_install/$1/; ++ $inherited; ++} -- cgit v1.2.3