diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-26 02:47:55 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-26 02:47:55 +0000 |
commit | a0f8c62abcb7876c9b12c61d288e50caad17a6f6 (patch) | |
tree | 43b345528d59dff723e55eda7666e27283e092ee /security | |
parent | ddbc0ca90b3126125d71def770b9fc0a7bded362 (diff) | |
download | FreeBSD-ports-a0f8c62abcb7876c9b12c61d288e50caad17a6f6.zip FreeBSD-ports-a0f8c62abcb7876c9b12c61d288e50caad17a6f6.tar.gz |
make index and kris happy
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 76b4bd6..9177faa 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -26,7 +26,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 |