summaryrefslogtreecommitdiff
path: root/databases/cyrus-imspd/files/patch-aj
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-30 10:23:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-30 10:23:57 +0000
commita8ad6ae1d589d50edf9688bc73350324fdb39a01 (patch)
tree725f998cfd69e068a179821d3924ed91cded2057 /databases/cyrus-imspd/files/patch-aj
parentUpdated with new Option, some cleanups. (diff)
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
Notes
Notes: svn path=/head/; revision=56918
Diffstat (limited to 'databases/cyrus-imspd/files/patch-aj')
-rw-r--r--databases/cyrus-imspd/files/patch-aj19
1 files changed, 19 insertions, 0 deletions
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: