summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/files/patch-imap__Makefile.in
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-20 14:05:09 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-20 14:10:11 +0200
commitea1abb86ad5c88914479c854a2854bb4e09b2b7a (patch)
treedc4839ca8139cbfb91e0c6dfc7baf0f2faca8dc3 /mail/cyrus-imapd24/files/patch-imap__Makefile.in
parentlang/php83: Update version 8.3.0RC1=>8.3.0RC2 (diff)
mail/cyrus-imapd24: Remove expired port
2023-09-15 mail/cyrus-imapd24: No longer supported by upstream
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-imap__Makefile.in')
-rw-r--r--mail/cyrus-imapd24/files/patch-imap__Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/cyrus-imapd24/files/patch-imap__Makefile.in b/mail/cyrus-imapd24/files/patch-imap__Makefile.in
deleted file mode 100644
index e1a94d35f26f..000000000000
--- a/mail/cyrus-imapd24/files/patch-imap__Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: imap/Makefile.in
-diff -u imap/Makefile.in.orig imap/Makefile.in
---- imap/Makefile.in.orig Fri Nov 18 00:46:14 2005
-+++ imap/Makefile.in Sat Dec 10 16:46:31 2005
-@@ -130,10 +130,10 @@
-
-
- install:
-- $(srcdir)/../install-sh -d ${DESTDIR}$(service_path)
-+ $(INSTALL) -d ${DESTDIR}$(service_path)
- for file in $(PROGS); \
- do \
-- $(INSTALL) -m 755 $$file $(DESTDIR)$(service_path) || exit 1; \
-+ $(INSTALL) -s -m 755 $$file $(DESTDIR)$(service_path) || exit 1; \
- done
- ln -f $(DESTDIR)$(service_path)/pop3d $(DESTDIR)$(service_path)/pop3proxyd
- ln -f $(DESTDIR)$(service_path)/imapd $(DESTDIR)$(service_path)/proxyd