diff options
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-master::Makefile.in')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-master::Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/cyrus-imapd24/files/patch-master::Makefile.in b/mail/cyrus-imapd24/files/patch-master::Makefile.in deleted file mode 100644 index 5b421718655a..000000000000 --- a/mail/cyrus-imapd24/files/patch-master::Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Wed Nov 12 13:02:03 2003 -+++ master/Makefile.in Thu Mar 11 01:18:52 2004 -@@ -75,10 +75,10 @@ - all: $(PROGS) $(LOBJS) - - 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 - - .c.o: |