aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ldap.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:12:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-02 14:12:20 +0000
commit3be66bc76e8039f0740b561513fe2b8fc4d48fa5 (patch)
treed3ed941b9eb2de55184fd5058f4bcb5616f963e9 /Mk/bsd.ldap.mk
parente727f72ce82a119ded89c38019cfb677207b98d7 (diff)
downloadports-3be66bc76e8039f0740b561513fe2b8fc4d48fa5.tar.gz
ports-3be66bc76e8039f0740b561513fe2b8fc4d48fa5.zip
bmake expect a command to always return something so return an empty line when openldap is not installed
Obtained from: dports
Notes
Notes: svn path=/head/; revision=317118
Diffstat (limited to 'Mk/bsd.ldap.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 b99bd729d59f..2c0b9a387500 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 || ${TRUE}
+_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)