diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:44:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:44:03 +0000 |
commit | 6fe645c631faf22c9cb7d0eeee356558ab12331f (patch) | |
tree | dc07b8800eae60a937ece57250acb92c761d5bc1 /chinese | |
parent | 42d809885503cea1502afb4672e8f0b8701127e0 (diff) | |
download | ports-6fe645c631faf22c9cb7d0eeee356558ab12331f.tar.gz ports-6fe645c631faf22c9cb7d0eeee356558ab12331f.zip |
Notes
Diffstat (limited to 'chinese')
-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" |