summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Diffstat (limited to 'mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL')
-rw-r--r--mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL b/mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL
deleted file mode 100644
index 48d3041d2809..000000000000
--- a/mail/cyrus-imapd/files/patch-perl::sieve::acap::Makefile.PL
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: perl/sieve/acap/Makefile.PL
-diff -u perl/sieve/acap/Makefile.PL.orig perl/sieve/acap/Makefile.PL
---- perl/sieve/acap/Makefile.PL.orig Wed Jun 14 05:32:21 2000
-+++ perl/sieve/acap/Makefile.PL Mon Dec 20 00:37:38 2004
-@@ -51,3 +51,10 @@
- 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING'
- 'INC' => "-I../../../acap/ $SASL_INC", # e.g., '-I/usr/include/other'
- );
-+
-+package MY;
-+sub install {
-+ my $inherited = shift->SUPER::install(@_);
-+ $inherited =~ s/(install :: all pure_install) doc_install/$1/;
-+ $inherited;
-+}