diff options
author | maho <maho@FreeBSD.org> | 2005-09-07 09:45:48 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-09-07 09:45:48 +0800 |
commit | ec28cb108a6cb503be64f46c9952265ee31cb71c (patch) | |
tree | 00a50d867484b60ad6a152f4ec1b262f3d60b207 /portuguese | |
parent | 79a6607258a32e2504f80cc6787e832110c1c121 (diff) | |
download | freebsd-ports-gnome-ec28cb108a6cb503be64f46c9952265ee31cb71c.tar.gz freebsd-ports-gnome-ec28cb108a6cb503be64f46c9952265ee31cb71c.tar.zst freebsd-ports-gnome-ec28cb108a6cb503be64f46c9952265ee31cb71c.zip |
Forgot to remove ooo ports in portuguese category
(had already removed from CVSROOT/module, portuguese/Makefile and ports/MOVED)
Submitted by: kris
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/openoffice-1.0/Makefile | 23 | ||||
-rw-r--r-- | portuguese/openoffice-1.1-pt_BR/Makefile | 22 | ||||
-rw-r--r-- | portuguese/openoffice-1.1-pt_PT/Makefile | 22 |
3 files changed, 0 insertions, 67 deletions
diff --git a/portuguese/openoffice-1.0/Makefile b/portuguese/openoffice-1.0/Makefile deleted file mode 100644 index 1198c80037fb..000000000000 --- a/portuguese/openoffice-1.0/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Portuguese language -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Editor texto/gráfico, banco de dados/planilha/navegador integrado -CATEGORIES= portuguese - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= pt_PT.ISO8859-15 -.endif -LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ - pt_BR.ISO8859-1 - -LANG_PKGNAME= pt -LANG_EXT= 03 -LANG_CONFIGURE_ARG= PORT -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" diff --git a/portuguese/openoffice-1.1-pt_BR/Makefile b/portuguese/openoffice-1.1-pt_BR/Makefile deleted file mode 100644 index 487b3417b8de..000000000000 --- a/portuguese/openoffice-1.1-pt_BR/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Portuguese (Brazil) language -# Date created: Tue Jun 11 16:47:21 UTC 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Editor texto/gráfico, banco de dados/planilha/navegador integrado -CATEGORIES= portuguese - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= pt_BR.ISO8859-1 -.endif -LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ - pt_BR.ISO8859-1 - -LANG_PKGNAME= pt_BR -LANG_EXT= 55 -LANG_CONFIGURE_ARG= PORTBR -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" diff --git a/portuguese/openoffice-1.1-pt_PT/Makefile b/portuguese/openoffice-1.1-pt_PT/Makefile deleted file mode 100644 index 4ec79bad364a..000000000000 --- a/portuguese/openoffice-1.1-pt_PT/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Portuguese language -# Date created: Sun Nov 9 09:14:11 JST 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= Editor texto/gráfico, banco de dados/planilha/navegador integrado -CATEGORIES= portuguese - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= pt_PT.ISO8859-15 -.endif -LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \ - pt_BR.ISO8859-1 - -LANG_PKGNAME= pt -LANG_EXT= 03 -LANG_CONFIGURE_ARG= PORT -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |