aboutsummaryrefslogtreecommitdiff
path: root/mail/sympa/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-28 08:56:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-28 08:56:01 +0000
commit61a32ba9b480bd37f9b99eea30250468b185b043 (patch)
tree48172e592f735ca32e3042a5709f23909851b152 /mail/sympa/files
parentf7da8366766891c593b99c8ad82684fb23ae83db (diff)
downloadports-61a32ba9b480bd37f9b99eea30250468b185b043.tar.gz
ports-61a32ba9b480bd37f9b99eea30250468b185b043.zip
Notes
Diffstat (limited to 'mail/sympa/files')
-rw-r--r--mail/sympa/files/patch-Makefile.in24
1 files changed, 21 insertions, 3 deletions
diff --git a/mail/sympa/files/patch-Makefile.in b/mail/sympa/files/patch-Makefile.in
index bae9e3a71b53..ac6008b65340 100644
--- a/mail/sympa/files/patch-Makefile.in
+++ b/mail/sympa/files/patch-Makefile.in
@@ -1,6 +1,24 @@
---- Makefile.in Sat Oct 23 16:49:11 2004
-+++ Makefile.in Sat Oct 23 16:49:22 2004
-@@ -644,7 +644,7 @@
+--- 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; \