diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-30 11:31:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-30 11:31:04 +0000 |
commit | 8c108f1a312eb49c4820e65179aaecc40b002c51 (patch) | |
tree | 042dba241a120e8ea610123980307913c3c35b31 /mail/cyrus-imapd22/files/patch-aa | |
parent | - reset maintainer due to multiple timeouts [1] (diff) |
Remove expired ports:
2014-06-30 mail/cyrus-imapd2: Cyrus IMAPd 2.1.X have been deprecated, consider using 2.4.X.
2014-06-30 mail/cyrus-imapd22: No further releases of 2.2.X are planned, consider using 2.4.X.
Notes
Notes:
svn path=/head/; revision=359828
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-aa')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/cyrus-imapd22/files/patch-aa b/mail/cyrus-imapd22/files/patch-aa deleted file mode 100644 index 1438b30aa60f..000000000000 --- a/mail/cyrus-imapd22/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -Index: man/Makefile.in -diff -u man/Makefile.in.orig man/Makefile.in ---- man/Makefile.in.orig Wed Mar 31 00:18:41 2004 -+++ man/Makefile.in Wed May 19 01:52:50 2004 -@@ -50,6 +50,7 @@ - SHELL = /bin/sh - - prefix = @prefix@ -+cyrus_prefix = @cyrus_prefix@ - - mandir = @mandir@ - -@@ -93,7 +94,7 @@ - done - for file in $(MAN8); \ - do \ -- $(INSTALL) -m 644 $$file $(DESTDIR)$(mandir)/man8 || exit 1; \ -+ $(INSTALL) -m 644 $$file $(DESTDIR)$(cyrus_prefix)/man/man8 || exit 1; \ - done - - clean: |