diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 06:15:39 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 06:15:39 +0000 |
commit | 70c84d864bc6859ceee8e9215170d02a3fbd868c (patch) | |
tree | 2b6046d3cec27c41b8e320bac3703d06fafbaede /arabic | |
parent | 54d1a8e0bf6dd40f9b23c779d613cd83178b8087 (diff) | |
download | FreeBSD-ports-70c84d864bc6859ceee8e9215170d02a3fbd868c.zip FreeBSD-ports-70c84d864bc6859ceee8e9215170d02a3fbd868c.tar.gz |
Added slave port of lang/php_doc for the Arabic language.
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/Makefile | 1 | ||||
-rw-r--r-- | arabic/php_doc/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/arabic/Makefile b/arabic/Makefile index dc94f05..153175e 100644 --- a/arabic/Makefile +++ b/arabic/Makefile @@ -12,5 +12,6 @@ SUBDIR += koffice-i18n SUBDIR += libitl SUBDIR += openoffice-1.1 + SUBDIR += php_doc .include <bsd.port.subdir.mk> diff --git a/arabic/php_doc/Makefile b/arabic/php_doc/Makefile new file mode 100644 index 0000000..1af5a87 --- /dev/null +++ b/arabic/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= arabic lang +PKGNAMEPREFIX= +PHP_LANG= ar +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |