diff options
author | Stefan Eßer <se@FreeBSD.org> | 2002-01-17 22:52:59 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2002-01-17 22:52:59 +0000 |
commit | 58a03ad1b1b27e19c6e21dc6e5245fb3d5d842d5 (patch) | |
tree | d90ece50c03db5fd44ae8c6431eae39398bf8703 /net-mgmt | |
parent | Fix mastersites. (diff) |
TAR file was modified without changing the name.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus/files/patch-aa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/argus/files/patch-aa b/net-mgmt/argus/files/patch-aa index c3066865d7ac..5a4d41d952c6 100644 --- a/net-mgmt/argus/files/patch-aa +++ b/net-mgmt/argus/files/patch-aa @@ -38,7 +38,7 @@ @for i in $(DIRS) ; do \ if [ -d $$i ] ; then \ echo "making in $$i"; \ -@@ -94,23 +72,10 @@ +@@ -94,25 +72,10 @@ fi; \ done @@ -55,6 +55,8 @@ - [ -d @mandir@ ] || \ - (mkdir -p @mandir@; chmod 755 @mandir@) +- [ -d @mandir@/man1 ] || \ +- (mkdir -p @mandir@/man1; chmod 755 @mandir@/man1) - [ -d @mandir@/man5 ] || \ - (mkdir -p @mandir@/man5; chmod 755 @mandir@/man5) - [ -d @mandir@/man8 ] || \ |