s/if/.if/g

Reported by:	crees
This commit is contained in:
Baptiste Daroussin 2012-05-11 19:52:37 +00:00
parent f44915884b
commit 65bc55f3b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296451

View file

@ -50,7 +50,7 @@ PHP_EXT_INC= pcre spl
DEFAULT_PHP_VER?= 5
PHP_VER?= ${DEFAULT_PHP_VER}
if ${PHP_VER} == 52
.if ${PHP_VER} == 52
PHP_EXT_DIR= 20060613
.else
PHP_EXT_DIR= 20090626