summaryrefslogtreecommitdiff
path: root/www/dansguardian/patches/patch-fbsd.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/dansguardian/patches/patch-fbsd.in')
-rw-r--r--www/dansguardian/patches/patch-fbsd.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/dansguardian/patches/patch-fbsd.in b/www/dansguardian/patches/patch-fbsd.in
deleted file mode 100644
index d8a8a9b8906..00000000000
--- a/www/dansguardian/patches/patch-fbsd.in
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-fbsd.in,v 1.1 2010/03/29 19:38:54 sborrill Exp $
-
---- autoconf/fbsd.in.orig 2005-08-14 00:47:57.000000000 +0100
-+++ autoconf/fbsd.in 2010-03-29 20:16:46.000000000 +0100
-@@ -43,14 +43,6 @@
- $(CPP) -o dansguardian $(DGCFLAGS) $(DEBUG) $(OBJ) $(LIBS) dansguardian.cpp
-
- install:
-- @test -d $I$(SYSVLOCATION) || install -d $I$(SYSVLOCATION)
-- @test -d $I$(CONFFILELOCATION) || install -d $I$(CONFFILELOCATION)
-- @test -d $I$(CONFFILELOCATION)phraselists || install -d $I$(CONFFILELOCATION)phraselists
-- @test -d $I$(CONFFILELOCATION)languages || install -d $I$(CONFFILELOCATION)languages
-- @test -d $I$(CGIBINLOCATION) || install -d $I$(CGIBINLOCATION)
-- @test -d $I$(MANUALFILES)man8/ || install -d $I$(MANUALFILES)man8/
-- @test -d $I$(LOGLOCATION) || install -d $I$(LOGLOCATION)
-- @test -d $I$(BINARYLOCATION) || install -d $I$(BINARYLOCATION)
- cp -f ./filtergroupslist $I$(CONFFILELOCATION)filtergroupslist
- cp -f ./dansguardianf1.conf $I$(CONFFILELOCATION)dansguardianf1.conf
- cp -f ./dansguardian $I$(BINARYLOCATION)dansguardian
-@@ -81,10 +73,6 @@
- cp -f ./dansguardian.pl $I$(CGIBINLOCATION)dansguardian.pl
- chmod o+x $I$(CGIBINLOCATION)dansguardian.pl
- cp -f ./dansguardian.8.gz $I$(MANUALFILES)man8/dansguardian.8.gz
-- chown -R $(PROXYUSER):$(PROXYGROUP) $I$(LOGLOCATION)
-- chmod -R u+wr $I$(LOGLOCATION)
-- chmod -R og-w $I$(LOGLOCATION)
-- chmod u+wrx $I$(LOGLOCATION)
- if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi
-
- uninstall: