diff options
author | dirk <dirk@FreeBSD.org> | 2002-01-23 09:19:42 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-01-23 09:19:42 +0000 |
commit | da26d2e64c9a703121afbed46fbde4e0e5a03f47 (patch) | |
tree | 28880a7404262bb61c6ab5d291fa9a95c3656ed8 /lang/php_doc/Makefile | |
parent | ab4a89e387076134bde9b0f716c55af2f7d95318 (diff) | |
download | FreeBSD-ports-da26d2e64c9a703121afbed46fbde4e0e5a03f47.zip FreeBSD-ports-da26d2e64c9a703121afbed46fbde4e0e5a03f47.tar.gz |
Upgrade to the latest version of the PHP documentation.
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 8c49f5e..19408c5 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 |