diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-04 04:04:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-04 04:04:51 +0000 |
commit | 9c7f335d8448193770ef07a1067b0e57f7f44605 (patch) | |
tree | b2a47e1d00f5033f5236182cd75daeacb66f8475 /chinese | |
parent | 277d01174ffba84a2d9ca0a96da54751b9000c3b (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 3 | ||||
-rw-r--r-- | chinese/php_doc-hk/Makefile | 13 | ||||
-rw-r--r-- | chinese/php_doc-tw/Makefile | 13 | ||||
-rw-r--r-- | chinese/php_doc-zh/Makefile | 13 |
4 files changed, 0 insertions, 42 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 31e8b4499f60..5e46855ae4fb 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -102,9 +102,6 @@ SUBDIR += p5-Lingua-ZH-Wrap SUBDIR += p5-Text-Greeking-zh_TW SUBDIR += pcmanx - SUBDIR += php_doc-hk - SUBDIR += php_doc-tw - SUBDIR += php_doc-zh SUBDIR += phpbb-tw SUBDIR += pine4 SUBDIR += pyDict diff --git a/chinese/php_doc-hk/Makefile b/chinese/php_doc-hk/Makefile deleted file mode 100644 index 91477380cd30..000000000000 --- a/chinese/php_doc-hk/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# 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" diff --git a/chinese/php_doc-tw/Makefile b/chinese/php_doc-tw/Makefile deleted file mode 100644 index 6dd90581571c..000000000000 --- a/chinese/php_doc-tw/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# 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" diff --git a/chinese/php_doc-zh/Makefile b/chinese/php_doc-zh/Makefile deleted file mode 100644 index ebbd96f751ed..000000000000 --- a/chinese/php_doc-zh/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# 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" |