ports/mail/sympa/files/patch-Makefile.in
Pav Lucistnik 61a32ba9b4 - Untested attempt to whip this port into shape:
* Install icons to our usual apache icons dir
  * Don't install man pages 0600 sympa:sympa (wtf?) and list them in Makefile

Provoked by:	kris' broken marking last night
2005-02-28 08:56:01 +00:00

29 lines
922 B
Text

--- Makefile.in.orig Mon Jun 21 14:33:16 2004
+++ Makefile.in Mon Feb 28 09:53:50 2005
@@ -561,7 +561,7 @@
( \
cd doc/man8 ; \
PERL=$(PERL); export PERL; \
- UMASK=0600; export UMASK; \
+ UMASK=0444; export UMASK; \
DIR=$(DIR); export DIR; \
INSTALLDIR=$(MANDIR)/man8; export INSTALLDIR; \
DESTDIR=$(DESTDIR); export DESTDIR; \
@@ -575,8 +575,6 @@
PIDDIR=$(PIDDIR); export PIDDIR; \
$(PERL) ../../subst.pl $$manfile \
) ;\
- chown $(USER) $(DESTDIR)$(MANDIR)/man8/$$manfile; \
- chgrp $(GROUP) $(DESTDIR)$(MANDIR)/man8/$$manfile; \
done
installscript:
@@ -644,7 +642,7 @@
fi \
fi \
done; \
- if [ "$$INITCONF" ] ; then \
+ #if [ "$$INITCONF" ] ; then \
echo "###############################################"; \
echo "It seems to be your first installation of Sympa"; \
echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \