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/trafshow3 | |
parent | ba76c597bf391f6dbc0624272a57578b012b9b83 (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>
Notes
Notes:
svn path=/head/; revision=119381
Diffstat (limited to 'net/trafshow3')
-rw-r--r-- | net/trafshow3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 8b22f80cd939..acf081a58a01 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ryan@sasknow.com COMMENT= Full screen visualization of network traffic +CONFLICTS= trafshow-4.* + .include <bsd.port.pre.mk> .if defined(WITH_TRAFSHOW_SLANG) || \ |