1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Edwin Groothuis 2004-10-14 08:22:33 +00:00
parent ba76c597bf
commit a68d37a4ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119381
3 changed files with 7 additions and 0 deletions

View File

@ -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) || \

View File

@ -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) || \

View File

@ -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) || \