aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-Makefile.in')
-rw-r--r--mail/cyrus-imapd23/files/patch-Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/cyrus-imapd23/files/patch-Makefile.in b/mail/cyrus-imapd23/files/patch-Makefile.in
deleted file mode 100644
index 318dfe1d4710..000000000000
--- a/mail/cyrus-imapd23/files/patch-Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: Makefile.in
-diff -u Makefile.in.orig Makefile.in
---- Makefile.in.orig Tue Jan 13 06:02:09 2004
-+++ Makefile.in Sat Apr 3 00:04:36 2004
-@@ -90,13 +90,13 @@
- touch distcvs
-
- install::
-- $(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/bin
-- $(srcdir)/install-sh -d ${DESTDIR}$(exec_prefix)/lib
-- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/include/cyrus
-- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man1
-- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man3
-- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man5
-- $(srcdir)/install-sh -d ${DESTDIR}$(prefix)/man/man8
-+ $(INSTALL) -d ${DESTDIR}$(exec_prefix)/bin
-+ $(INSTALL) -d ${DESTDIR}$(exec_prefix)/lib
-+ $(INSTALL) -d ${DESTDIR}$(prefix)/include/cyrus
-+ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man1
-+ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man3
-+ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man5
-+ $(INSTALL) -d ${DESTDIR}$(cyrus_prefix)/man/man8
- @for d in $(SUBDIRS); \
- do \
- (cd $$d; echo "### Making" install "in" `pwd`; \