diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-16 05:16:39 +0000 |
commit | 47198d2e47396e87b1be82f178f6901fcbc3439b (patch) | |
tree | 0f5a624ece08b2a80ed2dc5d4e77e61da869a58b /www/sarg/files | |
parent | - add sourceforge as a master site (diff) |
Update to 1.4.1.
PR: 52209
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=81079
Diffstat (limited to 'www/sarg/files')
-rw-r--r-- | www/sarg/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/sarg/files/patch-Makefile.in b/www/sarg/files/patch-Makefile.in new file mode 100644 index 000000000000..47fb3b7e58c5 --- /dev/null +++ b/www/sarg/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Apr 25 20:20:55 2003 ++++ Makefile.in Wed May 14 11:51:27 2003 +@@ -58,7 +58,7 @@ + $(INSTALL_PROGRAM) sarg $(BINDIR)/sarg + chmod 755 $(BINDIR)/sarg + $(INSTALL_PROGRAM) sarg.1 $(MANDIR)/sarg.1 +- chmod 755 $(MANDIR)/sarg.1 ++ chmod 644 $(MANDIR)/sarg.1 + @if test ! -f $(SYSCONFDIR)/sarg.conf; then \ + echo "cp $(SYSCONFDIR)/sarg.conf"; \ + cp sarg.conf $(SYSCONFDIR)/sarg.conf; \ |