diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-06 15:11:36 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-06 15:11:36 +0000 |
commit | 55d62d1c057aba3a1c3df12772a2a66f2b86ebde (patch) | |
tree | f304f2c7283cbdde683a46aa5742a661fbc60d59 /portuguese | |
parent | 7343d1e839e8ca06e754e051b2172b79ce0f5610 (diff) |
After repo copy to newly created portuguese category, update all
appropriate references: *_DEPENDS, CATEGORIES, PKGNAMEPREFIX, etc
Repo copied by: joe (cvs hat)
Approved by: kris (portmgr hat)
Notes
Notes:
svn path=/head/; revision=71396
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/frontpage-pt_BR/Makefile | 3 | ||||
-rw-r--r-- | portuguese/ooodict-pt_BR/Makefile | 6 | ||||
-rw-r--r-- | portuguese/ooodict-pt_PT/Makefile | 6 | ||||
-rw-r--r-- | portuguese/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | portuguese/openoffice/Makefile | 4 | ||||
-rw-r--r-- | portuguese/staroffice52/Makefile | 3 |
6 files changed, 15 insertions, 11 deletions
diff --git a/portuguese/frontpage-pt_BR/Makefile b/portuguese/frontpage-pt_BR/Makefile index 157e23d3c6a7..5e24edb99058 100644 --- a/portuguese/frontpage-pt_BR/Makefile +++ b/portuguese/frontpage-pt_BR/Makefile @@ -6,6 +6,7 @@ # PORTNAME= frontpage +CATEGORIES= portuguese www PKGNAMEPREFIX= pt_BR- MAINTAINER= hetzels@westbend.net @@ -16,6 +17,6 @@ FP_LANG= ptb FP_LANGUAGE= Brazilian FP_LCID= 1046 -MASTERDIR= ${.CURDIR}/../frontpage-ar +MASTERDIR= ${.CURDIR}/../../www/frontpage-ar .include "${MASTERDIR}/Makefile" diff --git a/portuguese/ooodict-pt_BR/Makefile b/portuguese/ooodict-pt_BR/Makefile index 9a618dd9e5b4..3028569e57a6 100644 --- a/portuguese/ooodict-pt_BR/Makefile +++ b/portuguese/ooodict-pt_BR/Makefile @@ -7,12 +7,14 @@ # $FreeBSD$ # -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- diff --git a/portuguese/ooodict-pt_PT/Makefile b/portuguese/ooodict-pt_PT/Makefile index 4c3046e83c7d..d0a33521a313 100644 --- a/portuguese/ooodict-pt_PT/Makefile +++ b/portuguese/ooodict-pt_PT/Makefile @@ -7,12 +7,14 @@ # $FreeBSD$ # -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- diff --git a/portuguese/openoffice-1.0/Makefile b/portuguese/openoffice-1.0/Makefile index afda31dcde23..40a630590772 100644 --- a/portuguese/openoffice-1.0/Makefile +++ b/portuguese/openoffice-1.0/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= editors +CATEGORIES= portuguese LANG_PKGNAME= pt LANG_EXT= 03 LANG_CONFIGURE_ARG= PORT -MASTERDIR= ${.CURDIR}/../openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" diff --git a/portuguese/openoffice/Makefile b/portuguese/openoffice/Makefile index afda31dcde23..40a630590772 100644 --- a/portuguese/openoffice/Makefile +++ b/portuguese/openoffice/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -CATEGORIES= editors +CATEGORIES= portuguese LANG_PKGNAME= pt LANG_EXT= 03 LANG_CONFIGURE_ARG= PORT -MASTERDIR= ${.CURDIR}/../openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice .include "${MASTERDIR}/Makefile" diff --git a/portuguese/staroffice52/Makefile b/portuguese/staroffice52/Makefile index efbf60b44794..80c78d4e99a3 100644 --- a/portuguese/staroffice52/Makefile +++ b/portuguese/staroffice52/Makefile @@ -7,14 +7,13 @@ PORTNAME= staroffice PORTVERSION= 5.2 -CATEGORIES= editors linux +CATEGORIES= portuguese editors linux MASTER_SITES= http://ftp.ceat.net/pub/linux/text/office/star_office-5.2/ \ ftp://ftp.puc-rio.br/pub/StarOffice52/ \ http://ftp.linux.dct.ufms.br/software/office/staroffice/ \ http://projecto-oasis.cx/ftp/linux/openoffice/ \ ftp://sunsite.uio.no/pub/sun/sun-patches/ \ ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ -PKGNAMEPREFIX= pt- DISTNAME= so-5_2-ga-bin-linux-pt.bin DISTFILES= 109939-03.tar.Z .if !defined(WITH_CDROM) |