Fix version range representation.
This commit is contained in:
parent
7214e51437
commit
fa718d5cc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313948
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ MASTER_SITE_SUBDIR= openldap-release
|
|||
PKGNAMESUFFIX= -sasl-client
|
||||
COMMENT= Open source LDAP client implementation with SASL2 support
|
||||
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.* \
|
||||
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[!4].*
|
||||
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.[0-3].*
|
||||
.else
|
||||
PKGNAMESUFFIX= -client
|
||||
COMMENT= Open source LDAP client implementation
|
||||
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[!4].* \
|
||||
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-client-2.[0-3].* \
|
||||
${PKGNAMEPREFIX}${PORTNAME}-sasl-client-2.*
|
||||
.endif
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue