diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-10 10:01:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-10 10:01:37 +0000 |
commit | c9fe876375c4aadd72a460ba7e7a3ed231792f18 (patch) | |
tree | 6ea4fa6e375da9554c677f8335b20f258863b623 /net-mgmt | |
parent | dd4ddfab12e4e9f39596a7ea943db0b22cd1935d (diff) | |
download | ports-c9fe876375c4aadd72a460ba7e7a3ed231792f18.tar.gz ports-c9fe876375c4aadd72a460ba7e7a3ed231792f18.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bpft/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/trafd/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile index 95a16bb526b8..51c24148c14d 100644 --- a/net-mgmt/bpft/Makefile +++ b/net-mgmt/bpft/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= aquatique@rusunix.org COMMENT= The BPF Traffic collector +CONFLICTS= trafd-3.0.* + WRKSRC= ${WRKDIR}/bpft MAN1= traflog.1 trafstat.1 MAN8= trafstatd.8 trafd.8 diff --git a/net-mgmt/trafd/Makefile b/net-mgmt/trafd/Makefile index f28c8d156042..4bd61b4a84dc 100644 --- a/net-mgmt/trafd/Makefile +++ b/net-mgmt/trafd/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The BPF Traffic Collector +CONFLICTS= bpft-4.* + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafd/trafd ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/trafd/trafstart ${PREFIX}/bin |