diff options
author | edwin <edwin@FreeBSD.org> | 2009-09-01 18:11:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-09-01 18:11:34 +0800 |
commit | d9704e1d6c97cb99319cbb5c98ecd3336a3be754 (patch) | |
tree | 244587a0c642dc7354676cc80ea361cda6297eb9 | |
parent | f9df60febe44f15e74f7785df467e047c661afdd (diff) | |
download | freebsd-ports-graphics-d9704e1d6c97cb99319cbb5c98ecd3336a3be754.tar.gz freebsd-ports-graphics-d9704e1d6c97cb99319cbb5c98ecd3336a3be754.tar.zst freebsd-ports-graphics-d9704e1d6c97cb99319cbb5c98ecd3336a3be754.zip |
Remove the Russian translation of the PHP manual from the slave
ports system because they stopped supplying the Russian translation
from the manual distribution site.
-rw-r--r-- | russian/php_doc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/russian/php_doc/Makefile b/russian/php_doc/Makefile index ac65c4c71ee..daf54c49c47 100644 --- a/russian/php_doc/Makefile +++ b/russian/php_doc/Makefile @@ -5,9 +5,20 @@ # $FreeBSD$ # +# +# Support for the Russian translation of the PHP manual seems to have stopped +# between 20090514 and 20090901. +# + +PORTVERSION= 20090514 CATEGORIES= russian lang PKGNAMEPREFIX= PHP_LANG= ru MASTERDIR= ${.CURDIR}/../../lang/php_doc +COMMENT?= PHP documentation in HTML (outdated version) + +MD5_FILE?= ${.CURDIR}/distinfo +WRK_SRC= ${WRKDIR} + .include "${MASTERDIR}/Makefile" |