diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:40:53 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 21:40:53 +0000 |
commit | 09617b5cffe8fd343d0fd2f426d9757b1e22db22 (patch) | |
tree | ce95147408a68b2716e3e52ff329aad3a997c245 /net/pear-Net_Sieve | |
parent | 033e5a62b3ca142e9aa6238b16d9f7eedb83f3a9 (diff) | |
download | ports-09617b5cffe8fd343d0fd2f426d9757b1e22db22.tar.gz ports-09617b5cffe8fd343d0fd2f426d9757b1e22db22.zip |
Notes
Diffstat (limited to 'net/pear-Net_Sieve')
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index a88805f04d3b..656096187ecb 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/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 |