aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-31 19:30:42 +0800
committerbapt <bapt@FreeBSD.org>2013-10-31 19:30:42 +0800
commit7dae7fdd0e988ef31aa115378371634b84506755 (patch)
treece8ce0b0e71dce62a5b6b8fc41d4a2a235fefe6e /net-mgmt
parent41477b52d4fe01fcce2bdc627a8b9b868bd04e86 (diff)
downloadfreebsd-ports-gnome-7dae7fdd0e988ef31aa115378371634b84506755.tar.gz
freebsd-ports-gnome-7dae7fdd0e988ef31aa115378371634b84506755.tar.zst
freebsd-ports-gnome-7dae7fdd0e988ef31aa115378371634b84506755.zip
Fix pkgname collision
With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nsca/Makefile7
-rw-r--r--net-mgmt/nsca27/Makefile4
2 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile
index 707a7384c7e1..79d13a5489d8 100644
--- a/net-mgmt/nsca/Makefile
+++ b/net-mgmt/nsca/Makefile
@@ -18,11 +18,10 @@ LICENSE= GPLv2
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
.if !defined(_BUILDING_NSCA_CLIENT)
-LATEST_LINK= nsca
-CONFLICTS= nsca-2.7.*
+CONFLICTS= nsca-2.7.* nsca27-*
.else
-LATEST_LINK= nsca-client
-CONFLICTS= nsca-client-2.7.*
+PKGNAMESUFFIX- -client
+CONFLICTS= nsca-client-2.7.* nsca27-*
.endif
GNU_CONFIGURE= yes
diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile
index d2f06c079a0d..17095848c153 100644
--- a/net-mgmt/nsca27/Makefile
+++ b/net-mgmt/nsca27/Makefile
@@ -18,10 +18,10 @@ LICENSE= GPLv2
LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt
.if !defined(_BUILDING_NSCA_CLIENT)
-LATEST_LINK= nsca27
+PKGNAMESUFFIX= 27
CONFLICTS= nsca-2.9.*
.else
-LATEST_LINK= nsca27-client
+PKGNAMESUFFIX= 27-client
CONFLICTS= nsca-client-2.9.*
.endif