1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use correct comparison operator ('=' -> '==').

Reported by:	Dan Langille <dan@langille.org>
This commit is contained in:
Dirk Froemberg 2001-12-21 16:10:24 +00:00
parent 88bb4b4327
commit 8f3e6fc39f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51929

View File

@ -27,16 +27,16 @@ PKGNAMEPREFIX= ${PHP_LANG}-
PLIST= ${PKGDIR}/pkg-plist.${PHP_LANG}
PHPDOCDIR= ${PREFIX}/share/doc/${PHP_LANG}-php
.if ${PHP_LANG} = de
.if ${PHP_LANG} == de
PORTVERSION= 1.20011221
.endif
.if ${PHP_LANG} = es
.if ${PHP_LANG} == es
PORTVERSION= 1.20011214
.endif
.if ${PHP_LANG} = fr
.if ${PHP_LANG} == fr
PORTVERSION= 1.20011214
.endif
.if ${PHP_LANG} = ja
.if ${PHP_LANG} == ja
PORTVERSION= 1.20011220
.endif
.endif