aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 63b6fdac87ae..f0f8db987db6 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -34,10 +34,10 @@ _EXAMPLESDIR= docs/examples
LATEST_LINK= pear-Log
OPTIONS= PEAR_DB "PEAR::DB support" off
-_LOCALBASE= /usr/local
+LOCALBASE?= /usr/local
-.if exists(${_LOCALBASE}/etc/php.conf)
-.include "${_LOCALBASE}/etc/php.conf"
+.if exists(${LOCALBASE}/etc/php.conf)
+.include "${LOCALBASE}/etc/php.conf"
.endif
PHP_VERS= ${PHP_VERSION:S/.//g}