aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-31 19:33:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-31 19:33:13 +0000
commitfdfdfa20e9c47d81dbd75d47b16b042dc62e7ed1 (patch)
tree89ff9a494adf09624c75807eeb2e6319482485a2 /sysutils/pear-Log
parent417fea8c0276a274bc182a5a4071eaa8cf4a95dc (diff)
Notes
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}