aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nsca27
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 11:30:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 11:30:42 +0000
commitfa3de0f2301480fb4578e4281050ee0ab7c60f62 (patch)
treece8ce0b0e71dce62a5b6b8fc41d4a2a235fefe6e /net-mgmt/nsca27
parentcaee0f4bdcd85bb0479b125e3000d14bebf73202 (diff)
downloadports-fa3de0f2301480fb4578e4281050ee0ab7c60f62.tar.gz
ports-fa3de0f2301480fb4578e4281050ee0ab7c60f62.zip
Fix pkgname collision
With hat: portmgr
Notes
Notes: svn path=/head/; revision=332226
Diffstat (limited to 'net-mgmt/nsca27')
-rw-r--r--net-mgmt/nsca27/Makefile4
1 files changed, 2 insertions, 2 deletions
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