aboutsummaryrefslogtreecommitdiff
path: root/net/spread4/pkg-plist
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-12-26 16:25:45 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-12-26 16:25:45 +0000
commit034da62417935d4a3374da0273b142f3083d8efa (patch)
treea9703b1d030f51c8a716718b1ff89c3b2449c7df /net/spread4/pkg-plist
parent2912eb532203e22f91112f98da1e447f2ad020ca (diff)
downloadports-034da62417935d4a3374da0273b142f3083d8efa.tar.gz
ports-034da62417935d4a3374da0273b142f3083d8efa.zip
General port cleanup: USE_RC_SUBR and plist fixes mostly.
Notes
Notes: svn path=/head/; revision=180799
Diffstat (limited to 'net/spread4/pkg-plist')
-rw-r--r--net/spread4/pkg-plist15
1 files changed, 5 insertions, 10 deletions
diff --git a/net/spread4/pkg-plist b/net/spread4/pkg-plist
index 261d36278628..e934a4121a4d 100644
--- a/net/spread4/pkg-plist
+++ b/net/spread4/pkg-plist
@@ -2,13 +2,10 @@ bin/spflooder
bin/spmonitor
bin/sptuser
bin/spuser
-etc/rc.d/spread.sh
-@unexec if cmp -s %D/etc/spread.access_ip %D/etc/spread.access_ip.sample; then rm -f %D/etc/spread.access_ip; fi
+etc/spread.access_ip
etc/spread.access_ip.sample
-@exec [ -f %B/spread.access_ip ] || cp %B/%f %B/spread.access_ip
-@unexec if cmp -s %D/etc/spread.conf %D/etc/spread.conf.sample; then rm -f %D/etc/spread.conf; fi
+etc/spread.conf
etc/spread.conf.sample
-@exec [ -f %B/spread.conf ] || cp %B/%f %B/spread.conf
include/sp.h
include/sp_events.h
include/sp_func.h
@@ -18,14 +15,12 @@ lib/libspread.so.1
lib/libtspread.a
lib/libtspread.so
lib/libtspread.so.1
-sbin/spread
%%SITE_PERL%%/%%PERL_ARCH%%/Spread.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
+sbin/spread
%%EXAMPLESDIR%%/test.pl
-@exec mkdir -p /var/run/spread
-@unexec rmdir /var/run/spread 2>/dev/null || true
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
-@dirrmtry %%EXAMPLESDIR%%
+@dirrm %%EXAMPLESDIR%%
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread