diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 14:21:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 14:21:35 +0800 |
commit | 15203961b3dbcafd17e23d0b7a9234e968b6d91a (patch) | |
tree | 4e37829b4a2ea42c4d34536ef416ac30fd543ac4 /russian | |
parent | 55f2198015381793a86a173074855bfdade01a12 (diff) | |
download | freebsd-ports-gnome-15203961b3dbcafd17e23d0b7a9234e968b6d91a.tar.gz freebsd-ports-gnome-15203961b3dbcafd17e23d0b7a9234e968b6d91a.tar.zst freebsd-ports-gnome-15203961b3dbcafd17e23d0b7a9234e968b6d91a.zip |
Added slave port of lang/php_doc for the Russian language
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/php_doc/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index dbcfa7799845..485287a1c6e6 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -33,6 +33,7 @@ SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic SUBDIR += pgp.language + SUBDIR += php_doc SUBDIR += pine.language SUBDIR += prawda SUBDIR += pscyr diff --git a/russian/php_doc/Makefile b/russian/php_doc/Makefile new file mode 100644 index 000000000000..ac65c4c71eea --- /dev/null +++ b/russian/php_doc/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: ja-php_doc +# Date created: Sat May 21 16:14:08 EST 2005 +# Whom: Edwin Groothuis <edwin@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= russian lang +PKGNAMEPREFIX= +PHP_LANG= ru +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |