diff options
author | vs <vs@FreeBSD.org> | 2004-06-24 17:14:40 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-06-24 17:14:40 +0800 |
commit | 373be84302f7a57462fa42de4567e0ddf9a7d85f (patch) | |
tree | 29ea38ad3f6194557919177ca4ecd31b6f8ec6eb /portuguese | |
parent | 8f6554d89de587da72506047e9c884df96cf70f9 (diff) | |
download | freebsd-ports-gnome-373be84302f7a57462fa42de4567e0ddf9a7d85f.tar.gz freebsd-ports-gnome-373be84302f7a57462fa42de4567e0ddf9a7d85f.tar.zst freebsd-ports-gnome-373be84302f7a57462fa42de4567e0ddf9a7d85f.zip |
Add php_doc-br , PHP documentation in HTML.
PR: ports/67976
Submitted by: Renato Botelho <renato@galle.com.br>
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" |