diff options
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-perl::imap::Makefile.PL')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-perl::imap::Makefile.PL | 15 |
1 files changed, 15 insertions, 0 deletions
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..66140bf53219 --- /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; ++} |