diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-28 08:56:01 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-28 08:56:01 +0000 |
| commit | 61a32ba9b480bd37f9b99eea30250468b185b043 (patch) | |
| tree | 48172e592f735ca32e3042a5709f23909851b152 /mail/sympa/files/patch-Makefile.in | |
| parent | The manpage is only installed for perl 5.6.0 and higher, so make (diff) | |
- 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
Notes
Notes:
svn path=/head/; revision=129994
Diffstat (limited to 'mail/sympa/files/patch-Makefile.in')
| -rw-r--r-- | mail/sympa/files/patch-Makefile.in | 24 |
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; \ |
