FIx "make index"

This commit is contained in:
Edwin Groothuis 2003-02-24 21:40:53 +00:00
parent 033e5a62b3
commit 09617b5cff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76422
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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