summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL')
-rw-r--r--mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL b/mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
index 66140bf53219..eb67dcfcf5b9 100644
--- a/mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
+++ b/mail/cyrus-imapd22/files/patch-perl::imap::Makefile.PL
@@ -10,6 +10,6 @@ diff -u perl/imap/Makefile.PL.orig perl/imap/Makefile.PL
+package MY;
+sub install {
+ my $inherited = shift->SUPER::install(@_);
-+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
++ $inherited =~ s/(install :: (all )?pure_install) doc_install/$1/;
+ $inherited;
+}