diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-25 05:44:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-25 05:44:10 +0800 |
commit | 97b9dd6cac154f64eb5b9f6af00b8e50c908ea20 (patch) | |
tree | d67975e9c71f699a0ab0bdf9070cf43c4dca0db6 /sysutils/pear-Log | |
parent | f35684eed46ad4c911cd0d3bc4b21a9922fa3e3a (diff) | |
download | freebsd-ports-gnome-97b9dd6cac154f64eb5b9f6af00b8e50c908ea20.tar.gz freebsd-ports-gnome-97b9dd6cac154f64eb5b9f6af00b8e50c908ea20.tar.zst freebsd-ports-gnome-97b9dd6cac154f64eb5b9f6af00b8e50c908ea20.zip |
Fix "make index"
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index f6d920d48d9d..b418e7137112 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -27,7 +27,7 @@ NO_BUILD= yes .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix .else -PHP_BASE!= ${LOCALBASE} +PHP_BASE= ${LOCALBASE} .endif PEAR= ${LOCALBASE}/bin/pear LPHP_LIB= lib/php |