aboutsummaryrefslogtreecommitdiffstats
path: root/www/sarg/files
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-08-11 22:43:40 +0800
committerfjoe <fjoe@FreeBSD.org>2003-08-11 22:43:40 +0800
commit1b319f654d46a4517029c2947fb34d9a6d6cbac9 (patch)
treee5500207b8cfd166dd7de9510e7431619fba13ff /www/sarg/files
parent2c7bc8e16d57175b17317aad505820e2a376ffc9 (diff)
downloadfreebsd-ports-gnome-1b319f654d46a4517029c2947fb34d9a6d6cbac9.tar.gz
freebsd-ports-gnome-1b319f654d46a4517029c2947fb34d9a6d6cbac9.tar.zst
freebsd-ports-gnome-1b319f654d46a4517029c2947fb34d9a6d6cbac9.zip
- Fix pkg-plist, remove BROKEN.
- Fix non-root builds. Approved by: MAINTAINER
Diffstat (limited to 'www/sarg/files')
-rw-r--r--www/sarg/files/patch-Makefile.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/www/sarg/files/patch-Makefile.in b/www/sarg/files/patch-Makefile.in
index 47fb3b7e58c5..3c57f42c65b7 100644
--- a/www/sarg/files/patch-Makefile.in
+++ b/www/sarg/files/patch-Makefile.in
@@ -1,11 +1,17 @@
---- Makefile.in.orig Fri Apr 25 20:20:55 2003
-+++ Makefile.in Wed May 14 11:51:27 2003
-@@ -58,7 +58,7 @@
+--- ./Makefile.in.orig Sat Apr 26 00:20:55 2003
++++ ./Makefile.in Mon Aug 11 18:09:33 2003
+@@ -58,12 +58,11 @@
$(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
++ cp sarg.conf $(SYSCONFDIR)/sarg.conf.default;
@if test ! -f $(SYSCONFDIR)/sarg.conf; then \
echo "cp $(SYSCONFDIR)/sarg.conf"; \
cp sarg.conf $(SYSCONFDIR)/sarg.conf; \
+- else \
+- cp sarg.conf $(SYSCONFDIR)/sarg.conf.default; \
+ fi
+ cp -r ./languages $(SYSCONFDIR);
+ cp ./exclude_codes $(SYSCONFDIR);