diff options
Diffstat (limited to 'lang/php_doc/Makefile')
-rw-r--r-- | lang/php_doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index 8c49f5e5de4d..19408c5e9186 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php_doc -PORTVERSION= 1.20011220 +PORTVERSION= 1.20020119 CATEGORIES?= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dirk @@ -28,16 +28,16 @@ PLIST= ${PKGDIR}/pkg-plist.${PHP_LANG} PHPDOCDIR= ${PREFIX}/share/doc/${PHP_LANG}-php .if ${PHP_LANG} == de -PORTVERSION= 1.20011221 +PORTVERSION= 1.20020119 .endif .if ${PHP_LANG} == es -PORTVERSION= 1.20011214 +PORTVERSION= 1.20020105 .endif .if ${PHP_LANG} == fr -PORTVERSION= 1.20011214 +PORTVERSION= 1.20020105 .endif .if ${PHP_LANG} == ja -PORTVERSION= 1.20011220 +PORTVERSION= 1.20020104 .endif .endif |