Date: Thu, 21 Nov 2002 19:54:38 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: openoffice@FreeBSD.org Subject: Portuguese category (ooodict-pt_PT and ooodict-pt_BR) Message-ID: <20021121225500.5393.qmail@exxodus.fedaykin.here>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
I am orchestrating a move of any portuguese related
ports to the newly created portuguese category.
Could you review this patch against
both portuguese/ooodict-pt_BR and portuguese/ooodict-pt_PT ports ?
Both editors/ooodict-pt_BR and editors/ooodict-pt_PT ports will be
removed after we finish preparing all the necessary files.
Let me know if this patch is allright or if I should change
anything. Please, only review the patch. I am scheduling ordered
commits to guarantee that I won't break anything.
Regards,
--
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
Computer Science Undergraduate | FreeBSD Committer | CS Developer
flames to beloved devnull@someotherworldbeloworabove.org
feature, n: a documented bug | bug, n: an undocumented feature
[-- Attachment #2 --]
--- ooodict-pt_BR/Makefile.orig Thu Nov 21 19:20:41 2002
+++ ooodict-pt_BR/Makefile Thu Nov 21 19:31:22 2002
@@ -7,12 +7,14 @@
# $FreeBSD: ports/portuguese/ooodict-pt_BR/Makefile,v 1.1 2002/08/11 19:10:41 mbr Exp $
#
-CATEGORIES= editors
+CATEGORIES= portuguese
LANGPREFIX= pt
LANGSUFFIX= BR
LANGDIST+= pt_BR.zip
-MASTERDIR= ${.CURDIR}/../ooodict-all
+MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice-pt
.include "${MASTERDIR}/Makefile"
+
+PKGNAMEPREFIX= pt_BR-
--- ooodict-pt_PT/Makefile.orig Thu Nov 21 19:26:35 2002
+++ ooodict-pt_PT/Makefile Thu Nov 21 19:53:25 2002
@@ -7,12 +7,14 @@
# $FreeBSD: ports/portuguese/ooodict-pt_PT/Makefile,v 1.1 2002/08/11 19:10:41 mbr Exp $
#
-CATEGORIES= editors
+CATEGORIES= portuguese
LANGPREFIX= pt
LANGSUFFIX= PT
LANGDIST+= pt_PT.zip
-MASTERDIR= ${.CURDIR}/../ooodict-all
+MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice-pt
.include "${MASTERDIR}/Makefile"
+
+PKGNAMEPREFIX= pt_PT-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021121225500.5393.qmail>
