mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
* 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
29 lines
922 B
Text
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 :"; \
|