diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-14 08:22:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-14 08:22:33 +0000 |
commit | a68d37a4ff8d66ba81467d946dc7b4a4855657dd (patch) | |
tree | 14315c9462ec982ef42a5b8c47e015a3c663caf5 /net/trafshow4 | |
parent | Update to 0.401 (diff) |
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) || \ |