aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-10 10:01:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-10 10:01:37 +0000
commitc9fe876375c4aadd72a460ba7e7a3ed231792f18 (patch)
tree6ea4fa6e375da9554c677f8335b20f258863b623
parentdd4ddfab12e4e9f39596a7ea943db0b22cd1935d (diff)
downloadports-c9fe876375c4aadd72a460ba7e7a3ed231792f18.tar.gz
ports-c9fe876375c4aadd72a460ba7e7a3ed231792f18.zip
Notes
-rw-r--r--net-mgmt/bpft/Makefile2
-rw-r--r--net-mgmt/trafd/Makefile2
-rw-r--r--net/bpft/Makefile2
-rw-r--r--net/trafd/Makefile2
4 files changed, 8 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
diff --git a/net/bpft/Makefile b/net/bpft/Makefile
index 95a16bb526b8..51c24148c14d 100644
--- a/net/bpft/Makefile
+++ b/net/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/trafd/Makefile b/net/trafd/Makefile
index f28c8d156042..4bd61b4a84dc 100644
--- a/net/trafd/Makefile
+++ b/net/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