diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 14:44:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 14:44:03 +0800 |
commit | fec85e31647d5a4346d4ef2dd836b8723f55c6a4 (patch) | |
tree | 9271370b214afa6684cd078bc0cbf99eebfcdb1b | |
parent | fc491a70de8d1a5145343c6f852c07faa42c792e (diff) | |
download | freebsd-ports-gnome-fec85e31647d5a4346d4ef2dd836b8723f55c6a4.tar.gz freebsd-ports-gnome-fec85e31647d5a4346d4ef2dd836b8723f55c6a4.tar.zst freebsd-ports-gnome-fec85e31647d5a4346d4ef2dd836b8723f55c6a4.zip |
Added slave port of lang/php_doc for the Chinese (Traditional) language.
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/php_doc-tw/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index e81696f0d70e..12fd3ade372d 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-tw SUBDIR += php_doc-zh SUBDIR += pine4 SUBDIR += pyDict diff --git a/chinese/php_doc-tw/Makefile b/chinese/php_doc-tw/Makefile new file mode 100644 index 000000000000..6dd90581571c --- /dev/null +++ b/chinese/php_doc-tw/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= tw +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |