diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 14:19:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 14:19:25 +0800 |
commit | 2e0a207c73868c791adfad7c4800d60edac18e89 (patch) | |
tree | 38a17ee6e19811f467dddaf3a572723a6ebe091d | |
parent | 34c701596b4f1a3b7ba27f818769a28b3fec2791 (diff) | |
download | freebsd-ports-graphics-2e0a207c73868c791adfad7c4800d60edac18e89.tar.gz freebsd-ports-graphics-2e0a207c73868c791adfad7c4800d60edac18e89.tar.zst freebsd-ports-graphics-2e0a207c73868c791adfad7c4800d60edac18e89.zip |
Added slave port of lang/php_doc for the Hungarian language
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/php_doc/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/hungarian/Makefile b/hungarian/Makefile index bf9c65e1cf1..411f0efc5e6 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -14,5 +14,6 @@ SUBDIR += koffice-i18n SUBDIR += ooodict SUBDIR += openoffice-1.1 + SUBDIR += php_doc .include <bsd.port.subdir.mk> diff --git a/hungarian/php_doc/Makefile b/hungarian/php_doc/Makefile new file mode 100644 index 00000000000..67ee697daae --- /dev/null +++ b/hungarian/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= hungarian lang +PKGNAMEPREFIX= +PHP_LANG= hu +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |