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 /security/pear-Auth | |
parent | 033e5a62b3ca142e9aa6238b16d9f7eedb83f3a9 (diff) | |
download | freebsd-ports-09617b5cffe8fd343d0fd2f426d9757b1e22db22.zip |
FIx "make index"
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index 38b818ce8a1d..f112aa6fdcf8 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/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 |