summaryrefslogtreecommitdiff
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
parentUpdate to 1.1.11. Also cleanse evilness and purge dependency on autof* (diff)
- Refine LOCALBASE hack
Suggested by: adamw Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=117754
-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}