diff options
Diffstat (limited to 'net/openldap25-server/Makefile')
-rw-r--r-- | net/openldap25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index c554842cf117..e1d209d7cd3f 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -38,9 +38,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= cpe gmake libtool:keepla localbase ssl tar:tgz .if defined(CLIENT_ONLY) -CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-client-* ${PORTNAME}-client-* +CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-client ${PORTNAME}-client .else -CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-server-* ${PORTNAME}-server-* +CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-server ${PORTNAME}-server .endif GNU_CONFIGURE= yes |