diff options
Diffstat (limited to 'databases/ldb')
-rw-r--r-- | databases/ldb/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ldb/options.mk b/databases/ldb/options.mk index 76f024e0e8e..8a4e0b675b1 100644 --- a/databases/ldb/options.mk +++ b/databases/ldb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2020/05/18 15:39:20 hauke Exp $ +# $NetBSD: options.mk,v 1.3 2020/05/19 00:21:01 gutteridge Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ldb PKG_SUPPORTED_OPTIONS= ldap @@ -15,7 +15,7 @@ PLIST.ldap= yes # No official way to configure without ldap CFG_CACHE= ${WRKSRC}/bin/c4che/default_cache.py post-configure: - mv ${CFG_CACHE} ${CFG_CACHE}.orig - sed -E -e 's/(ENABLE_LDAP_BACKEND =) True/\1 False/g' \ + ${MV} ${CFG_CACHE} ${CFG_CACHE}.orig + ${SED} -E -e 's/(ENABLE_LDAP_BACKEND =) True/\1 False/g' \ ${CFG_CACHE}.orig > ${CFG_CACHE} .endif |