diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-04-02 20:13:53 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-04-02 20:13:53 +0000 |
commit | 844bcae5564a1bc05733bc9ac869d8db5bb80700 (patch) | |
tree | dd686c1cba8793f95b58d09f2e2cc02fb2ea2b5f /mail/cyrus-imapd22/files/patch-Makefile.in | |
parent | - compile with password file support (turning on in socks5.conf) (diff) |
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
Diffstat (limited to 'mail/cyrus-imapd22/files/patch-Makefile.in')
-rw-r--r-- | mail/cyrus-imapd22/files/patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd22/files/patch-Makefile.in b/mail/cyrus-imapd22/files/patch-Makefile.in index 823e5cd22f4c..318dfe1d4710 100644 --- a/mail/cyrus-imapd22/files/patch-Makefile.in +++ b/mail/cyrus-imapd22/files/patch-Makefile.in @@ -1,7 +1,7 @@ Index: Makefile.in diff -u Makefile.in.orig Makefile.in --- Makefile.in.orig Tue Jan 13 06:02:09 2004 -+++ Makefile.in Thu Mar 11 01:34:50 2004 ++++ Makefile.in Sat Apr 3 00:04:36 2004 @@ -90,13 +90,13 @@ touch distcvs @@ -19,7 +19,7 @@ diff -u Makefile.in.orig Makefile.in + $(INSTALL) -d ${DESTDIR}$(prefix)/man/man1 + $(INSTALL) -d ${DESTDIR}$(prefix)/man/man3 + $(INSTALL) -d ${DESTDIR}$(prefix)/man/man5 -+ $(INSTALL) -d ${DESTDIR}$(prefix)/man/man8 ++ $(INSTALL) -d ${DESTDIR}$(cyrus_prefix)/man/man8 @for d in $(SUBDIRS); \ do \ (cd $$d; echo "### Making" install "in" `pwd`; \ |