mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Fix pkgname collision
With hat: portmgr
This commit is contained in:
parent
caee0f4bdc
commit
fa3de0f230
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332226
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue