diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-25 05:40:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-25 05:40:53 +0800 |
commit | b15b480559f6e8a6dd8151f13c72439be382b5d3 (patch) | |
tree | 6894eecd9c02adea68b66262ee123c3fd1e6dc5b | |
parent | d985c1c0165421104c1bd53f2d703f2555d56e22 (diff) | |
download | freebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.tar.gz freebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.tar.zst freebsd-ports-gnome-b15b480559f6e8a6dd8151f13c72439be382b5d3.zip |
FIx "make index"
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 2 | ||||
-rw-r--r-- | security/pear-Auth/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |