Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ldb ldb: pkgsrc toolify previous (preferred ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f09abd93982b
branches: trunk
changeset: 432101:f09abd93982b
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue May 19 00:21:01 2020 +0000
description:
ldb: pkgsrc toolify previous (preferred sed may not be "sed")
diffstat:
databases/ldb/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 14be8826ea2d -r f09abd93982b databases/ldb/options.mk
--- a/databases/ldb/options.mk Mon May 18 22:01:32 2020 +0000
+++ b/databases/ldb/options.mk Tue May 19 00:21:01 2020 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index