diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 06:43:09 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 06:43:09 +0000 |
commit | 5f935d6b9f0be9e20237902f3867fbbe2a63b726 (patch) | |
tree | c882b21f716417987fb3cd25cecfe577ee5e1e87 /chinese | |
parent | 97de96d043250a3589390aceeb54334b9b7eb830 (diff) | |
download | FreeBSD-ports-5f935d6b9f0be9e20237902f3867fbbe2a63b726.zip FreeBSD-ports-5f935d6b9f0be9e20237902f3867fbbe2a63b726.tar.gz |
Added slave port of lang/php_doc for the Chinese (Simplified) language.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/php_doc-zh/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 92317c5..e81696f 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -101,6 +101,7 @@ SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += php_doc-hk + SUBDIR += php_doc-zh SUBDIR += pine4 SUBDIR += pyDict SUBDIR += qe diff --git a/chinese/php_doc-zh/Makefile b/chinese/php_doc-zh/Makefile new file mode 100644 index 0000000..ebbd96f --- /dev/null +++ b/chinese/php_doc-zh/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= chinese lang +PKGNAMEPREFIX= +PHP_LANG= zh +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |