aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-09-01 18:11:34 +0800
committeredwin <edwin@FreeBSD.org>2009-09-01 18:11:34 +0800
commitd9704e1d6c97cb99319cbb5c98ecd3336a3be754 (patch)
tree244587a0c642dc7354676cc80ea361cda6297eb9
parentf9df60febe44f15e74f7785df467e047c661afdd (diff)
downloadfreebsd-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/Makefile11
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"