mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
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
19 lines
701 B
Text
19 lines
701 B
Text
--- 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:
|