From a8ad6ae1d589d50edf9688bc73350324fdb39a01 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 30 Mar 2002 10:23:57 +0000 Subject: The Internet Message Support Protocol (IMSP) is designed to support the provision of mail in a medium to large scale operation. It is intended to be used as a companion to the IMAP4 protocol [IMAP4], providing services which are either outside the scope of mail access or which pertain to environments which must run more than one IMAP4 server in the same mail domain. The services that IMSP provides are extended mailbox management, configuration options, and address books. http://asg.web.cmu.edu/cyrus/ PR: 31026 Submitted by: damien@tougas.net --- databases/cyrus-imspd/files/patch-aj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 databases/cyrus-imspd/files/patch-aj (limited to 'databases/cyrus-imspd/files/patch-aj') diff --git a/databases/cyrus-imspd/files/patch-aj b/databases/cyrus-imspd/files/patch-aj new file mode 100644 index 000000000000..b4d01fd30349 --- /dev/null +++ b/databases/cyrus-imspd/files/patch-aj @@ -0,0 +1,19 @@ +--- lib/Makefile.in.orig Tue Oct 2 20:29:13 2001 ++++ lib/Makefile.in Tue Oct 2 20:35:28 2001 +@@ -96,12 +96,12 @@ + + install: + # Don't install any parts of libcyrus from the IMSP collection! +-# $(srcdir)/../install-sh -d $(DESTDIR)$(exec_prefix)/lib +-# $(INSTALL) -m 644 libcyrus.a $(DESTDIR)$(exec_prefix)/lib +-# $(RANLIB) $(DESTDIR)$(exec_prefix)/lib/libcyrus.a ++# $(srcdir)/../install-sh -d $(exec_prefix)/lib ++# $(INSTALL) -m 644 libcyrus.a $(exec_prefix)/lib ++# $(RANLIB) $(exec_prefix)/lib/libcyrus.a + # for file in $(HDRS); \ + # do \ +-# $(INSTALL) -m 644 $$file $(DESTDIR)$(prefix)/include/cyrus || exit 1; \ ++# $(INSTALL) -m 644 $$file $(prefix)/include/cyrus || exit 1; \ + # done + + .c.o: -- cgit v1.2.3