diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:21:35 +0000 |
commit | afa59b2958935e1e67f6ce32e7e9dc8f70486d55 (patch) | |
tree | 09d20947ffa13dc0ed6526c7af1b288972126183 /russian | |
parent | 3d03a53eee459c032f9f5e29476d38ca87e8a372 (diff) | |
download | ports-afa59b2958935e1e67f6ce32e7e9dc8f70486d55.tar.gz ports-afa59b2958935e1e67f6ce32e7e9dc8f70486d55.zip |
Added slave port of lang/php_doc for the Russian language
Notes
Notes:
svn path=/head/; revision=135906
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" |