freebsd-ports/mail/vpopmail/files/Makefile.in-noportdocs.patch
Peter Pentchev e647dfee68 Update to vpopmail-5.4.30 which should fix the segfaults that some
users have been experiencing with 5.4.28.
2010-01-05 10:27:22 +00:00

32 lines
1.2 KiB
Diff

Description: Do not install the documentation files.
Only applied if NOPORTDOCS is defined during the port's build.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
Last-Update: 2010-01-05
--- a/Makefile.in
+++ b/Makefile.in
@@ -1049,7 +1049,7 @@
@echo ""
install-exec-am:
- for d in bin doc etc include lib ; do \
+ for d in bin etc include lib ; do \
if test ! -d $(DESTDIR)@vpopmaildir@/$$d; then \
$(INSTALL) -d -g @vpopgroup@ -m 0755 -o @vpopuser@ \
$(DESTDIR)@vpopmaildir@/$$d ; \
@@ -1111,14 +1111,6 @@
$(DESTDIR)@vpopmaildir@/include/ ; \
done
- $(INSTALL) -d $(DESTDIR)@vpopmaildir@/doc/man_html
- $(INSTALL) -d $(DESTDIR)@vpopmaildir@/doc/doc_html
- $(INSTALL) -o @vpopuser@ -m 0444 -g @vpopgroup@ \
- doc/man_html/*.* $(DESTDIR)@vpopmaildir@/doc/man_html/
-
- $(INSTALL) -o @vpopuser@ -m 0444 -g @vpopgroup@ \
- doc/doc_html/*.* $(DESTDIR)@vpopmaildir@/doc/doc_html/
-
fix-priv:
if test -r $(MYSQLCONF); then \
chown @vpopuser@ $(MYSQLCONF) ; \