diff options
Diffstat (limited to 'lang/php_doc/Makefile')
-rw-r--r-- | lang/php_doc/Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile index f90aaa5552c9..fecccbe3ac74 100644 --- a/lang/php_doc/Makefile +++ b/lang/php_doc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php_doc -PORTVERSION?= 1.20011122 +PORTVERSION= 1.20011220 CATEGORIES?= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dirk @@ -26,6 +26,19 @@ PHPDOCDIR= ${PREFIX}/share/doc/php PKGNAMEPREFIX= ${PHP_LANG}- PLIST= ${PKGDIR}/pkg-plist.${PHP_LANG} PHPDOCDIR= ${PREFIX}/share/doc/${PHP_LANG}-php + +.if ${PHP_LANG} = de +PORTVERSION= 1.20011221 +.endif +.if ${PHP_LANG} = es +PORTVERSION= 1.20011214 +.endif +.if ${PHP_LANG} = fr +PORTVERSION= 1.20011214 +.endif +.if ${PHP_LANG} = ja +PORTVERSION= 1.20011220 +.endif .endif PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} |