diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:41:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:41:20 +0000 |
commit | 7c76090ef550f40ce18da39857249963a5445e95 (patch) | |
tree | 267ae5a1bc2877fe9ef8a3b53104bb887df4e5da /devel/pear-Date | |
parent | 1f5a001008a5bdc136a98d7b0f7522350424a1ea (diff) |
fix "make index"
Notes
Notes:
svn path=/head/; revision=76424
Diffstat (limited to 'devel/pear-Date')
-rw-r--r-- | devel/pear-Date/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile index 0be0463e1aa4..e404ff8c069a 100644 --- a/devel/pear-Date/Makefile +++ b/devel/pear-Date/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 |