diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:20:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-23 06:20:24 +0000 |
commit | 3d03a53eee459c032f9f5e29476d38ca87e8a372 (patch) | |
tree | 9c1f8a4d4b2d8b9846aacf51757b5c4072e5be74 | |
parent | c9f7ea8fc3aec5406ad8725742f605adc3ca9d34 (diff) | |
download | ports-3d03a53eee459c032f9f5e29476d38ca87e8a372.tar.gz ports-3d03a53eee459c032f9f5e29476d38ca87e8a372.zip |
Notes
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/php_doc/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 2abe831553bc..4a8a595d4dce 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -56,6 +56,7 @@ SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1 SUBDIR += pgp.language + SUBDIR += php_doc SUBDIR += pinetreefonts SUBDIR += scim-tables SUBDIR += texinfo diff --git a/korean/php_doc/Makefile b/korean/php_doc/Makefile new file mode 100644 index 000000000000..622e7b8c0da9 --- /dev/null +++ b/korean/php_doc/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= korean lang +PKGNAMEPREFIX= +PHP_LANG= kr +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |