diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 14:40:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 14:40:46 +0800 |
commit | 983b4e05d262f7585712d041aabed8607b004885 (patch) | |
tree | fa4935e62708bb806da7d6b1cd674b6c4e38d33e | |
parent | 6b3bd40eba88f5988c647017adefe1292f4eabb0 (diff) | |
download | freebsd-ports-gnome-983b4e05d262f7585712d041aabed8607b004885.tar.gz freebsd-ports-gnome-983b4e05d262f7585712d041aabed8607b004885.tar.zst freebsd-ports-gnome-983b4e05d262f7585712d041aabed8607b004885.zip |
Added slave port of lang/php_doc for the Chinese (Hong Kong Cantonese) language.
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/php_doc-hk/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index e220a26080a8..92317c54cf90 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -100,6 +100,7 @@ SUBDIR += p5-Lingua-ZH-TaBE SUBDIR += p5-Lingua-ZH-Toke SUBDIR += p5-Lingua-ZH-Wrap + SUBDIR += php_doc-hk SUBDIR += pine4 SUBDIR += pyDict SUBDIR += qe diff --git a/chinese/php_doc-hk/Makefile b/chinese/php_doc-hk/Makefile new file mode 100644 index 000000000000..91477380cd30 --- /dev/null +++ b/chinese/php_doc-hk/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= hk +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |