diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-14 16:22:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-14 16:22:33 +0800 |
commit | 45257b7e6769acfbd3de47ea003b6084f0719466 (patch) | |
tree | f68eaef378f69707914faa2eba5359fe7b4cdf17 /net/trafshow4 | |
parent | a16d09012f5d0d4746e661b19b6018c0f8aff8ec (diff) | |
download | freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.tar.gz freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.tar.zst freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.zip |
Port conflict (net/trafshow and net/trafshow4)
net/trafshow and net/trafshow4 installs same executable
(bin/trafshow). Both Makefile are missing CONFLICTS= line.
Also added NO_LATEST_LINK for net/trafshow4
PR: ports/71097
Submitted by: Riccardo Torrini <riccardo@torrini.org>
Diffstat (limited to 'net/trafshow4')
-rw-r--r-- | net/trafshow4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile index 88c7a90d31bc..1a5ab255a6e7 100644 --- a/net/trafshow4/Makefile +++ b/net/trafshow4/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ryan@sasknow.com COMMENT= Full screen visualization of network traffic +CONFLICTS= trafshow-3.* +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> .if defined(WITH_TRAFSHOW_SLANG) || \ |