diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-24 09:14:40 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-24 09:14:40 +0000 |
commit | e4fe2c27f997ce26f050c714961ee577eb60d5f2 (patch) | |
tree | 92ab0bc28390ccd6a67766a52d578f5d3007348e /portuguese | |
parent | 2f1f5225d7a156edb365ec5beb136d32bc463e5d (diff) |
Notes
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/php_doc-br/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 8c519b4079e3..7f557fd2f6e6 100644 --- a/portuguese/Makefile +++ b/portuguese/Makefile @@ -16,6 +16,7 @@ SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1-pt_BR SUBDIR += openoffice-1.1-pt_PT + SUBDIR += php_doc-br SUBDIR += staroffice52 SUBDIR += webalizer-pt_BR SUBDIR += webalizer-pt_PT diff --git a/portuguese/php_doc-br/Makefile b/portuguese/php_doc-br/Makefile new file mode 100644 index 000000000000..24648c95596f --- /dev/null +++ b/portuguese/php_doc-br/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: br-php_doc +# Date created: Sun Apr 29 15:38:47 CEST 2001 +# Whom: Renato Botelho <renato@galle.com.br> +# +# $FreeBSD$ +# + +CATEGORIES= portuguese lang +PKGNAMEPREFIX= "" + +PHP_LANG= br +MASTERDIR= ${.CURDIR}/../../lang/php_doc + +.include "${MASTERDIR}/Makefile" |