aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 01:12:43 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 01:12:43 +0800
commitf07e2f9e45c3d8e1c355ff67d324e4df469b6f60 (patch)
treee8bf9d92e93d1a8035a5c57e8a845f541ffc077a /Mk
parente8d092ff2cef44add372bae5e09652e068b8537f (diff)
downloadfreebsd-ports-gnome-f07e2f9e45c3d8e1c355ff67d324e4df469b6f60.tar.gz
freebsd-ports-gnome-f07e2f9e45c3d8e1c355ff67d324e4df469b6f60.tar.zst
freebsd-ports-gnome-f07e2f9e45c3d8e1c355ff67d324e4df469b6f60.zip
bmake is quite strict with != make it really happy
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ldap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk
index 2c0b9a387500..72d5380c5e04 100644
--- a/Mk/bsd.ldap.mk
+++ b/Mk/bsd.ldap.mk
@@ -66,7 +66,7 @@ IGNORE= cannot install: OpenLDAP versions mismatch: openldap${_OPENLDAP_VER}-cli
CFLAGS+= -DLDAP_DEPRECATED
-_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client 2>/dev/null || ${ECHO_CMD}
+_OPENLDAP_CLIENT_PKG!= ${PKG_INFO} -Ex openldap.\*-client 2>/dev/null; ${ECHO_CMD}
_OPENLDAP_FLAVOUR= ${_OPENLDAP_CLIENT_PKG:C/openldap//:C/-client-.*//}
.if defined(WANT_OPENLDAP_SASL)