diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-09-01 10:11:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-09-01 10:11:34 +0000 |
commit | 94d1f44bf52df3a54030fc48c6470bd55dcc2959 (patch) | |
tree | 55ca91120fbf301530956bad11cb01eae7bbb858 /russian | |
parent | cb67d43198310b15137ac9db147769fefd5b2142 (diff) | |
download | ports-94d1f44bf52df3a54030fc48c6470bd55dcc2959.tar.gz ports-94d1f44bf52df3a54030fc48c6470bd55dcc2959.zip |
Notes
Diffstat (limited to 'russian')
-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 ac65c4c71eea..daf54c49c472 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" |