freebsd-ports/mail/cyrus-imapd2/files/patch-aa
Hajimu UMEMOTO 844bcae556 install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.

PR:		ports/60949, ports/29223, ports/47913
2004-04-02 20:13:53 +00:00

13 lines
382 B
Text

Index: man/Makefile.in
diff -u man/Makefile.in.orig man/Makefile.in
--- man/Makefile.in.orig Tue May 13 04:43:51 2003
+++ man/Makefile.in Sat Apr 3 03:17:17 2004
@@ -97,7 +97,7 @@
done
for file in $(MAN8); \
do \
- $(INSTALL) -m 644 $$file $(DESTDIR)$(prefix)/man/man8 || exit 1; \
+ $(INSTALL) -m 644 $$file $(DESTDIR)$(cyrus_prefix)/man/man8 || exit 1; \
done
.c.o: