diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-13 07:54:13 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-13 07:54:13 +0000 |
commit | 5b24cc4018a7d628d999f5f875d7502cf3aca35b (patch) | |
tree | cb64b71540665105b08480bf4236f3ab7d0e665f /net | |
parent | e4f895fee6b97a188220bf31f656ece782222948 (diff) | |
download | FreeBSD-ports-5b24cc4018a7d628d999f5f875d7502cf3aca35b.zip FreeBSD-ports-5b24cc4018a7d628d999f5f875d7502cf3aca35b.tar.gz |
rename trafshow to trafshow2
maintainer timeout
PR: 15931
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Diffstat (limited to 'net')
-rw-r--r-- | net/bpft/Makefile | 2 | ||||
-rw-r--r-- | net/bpft/files/patch-aa | 10 | ||||
-rw-r--r-- | net/bpft/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/bpft/Makefile b/net/bpft/Makefile index 2ea2ffc..daeabee 100644 --- a/net/bpft/Makefile +++ b/net/bpft/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= oddbjorn@tricknology.org -MAN1= trafshow.1 +MAN1= trafshow2.1 post-install: .if !defined(NOPORTDOCS) diff --git a/net/bpft/files/patch-aa b/net/bpft/files/patch-aa index 944bce7..fcfcb22 100644 --- a/net/bpft/files/patch-aa +++ b/net/bpft/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Wed Oct 30 12:38:00 1996 ---- Makefile Fri Mar 19 23:42:26 1999 +*** Makefile.orig Wed Oct 30 13:38:00 1996 +--- Makefile Wed Jan 5 15:41:25 2000 *************** *** 11,16 **** --- 11,17 ---- @@ -48,7 +48,7 @@ ! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_BINDIR) ! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) +! install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) ! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) @echo Done. @@ -73,8 +73,8 @@ ! install -s -o root -g $(GROUP) -m $(MODE) trafstatd/trafstatd $(PATH_SBINDIR) ! install -s -o root -g $(GROUP) -m $(MODE) traflog/traflog $(PATH_BINDIR) install -c -o root -g $(GROUP) -m $(MODE) traflog/traflog.format $(PATH_TRAFLOG_FMT) - install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR) -! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR) +! install -s -o root -g $(GROUP) -m $(MODE) trafshow/trafshow $(PATH_BINDIR)/trafshow2 +! install -c -m 644 trafshow/trafshow.1 $(PATH_MANDIR)/trafshow2.1 @echo Done. clean: diff --git a/net/bpft/pkg-plist b/net/bpft/pkg-plist index cdf0ae2..3d3e7c8 100644 --- a/net/bpft/pkg-plist +++ b/net/bpft/pkg-plist @@ -1,7 +1,7 @@ bin/trafdump bin/traflog bin/trafsave -bin/trafshow +bin/trafshow2 bin/trafstart bin/trafstat bin/trafstop |