diff options
author | maho <maho@FreeBSD.org> | 2004-03-21 17:28:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-21 17:28:22 +0800 |
commit | 7a6491e2da15601d08a7a4ac2162360e6b805af5 (patch) | |
tree | a72c75e39ae5281986483c51fed62c0845eee34e | |
parent | a8d4a863e348d1f124d8f40e7259164e00c4f49a (diff) | |
download | freebsd-ports-gnome-7a6491e2da15601d08a7a4ac2162360e6b805af5.tar.gz freebsd-ports-gnome-7a6491e2da15601d08a7a4ac2162360e6b805af5.tar.zst freebsd-ports-gnome-7a6491e2da15601d08a7a4ac2162360e6b805af5.zip |
move openoffice-1.1-gr to openoffice-1.1-el
since correct ISO language name of greek is el
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-gr/Makefile | 13 |
3 files changed, 1 insertions, 14 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index efbd0436cda8..7eac02daadfb 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -5711,7 +5711,6 @@ openoffice-1.1-el ports/editors/openoffice-1.1-el openoffice-1.1-es ports/editors/openoffice-1.1-es openoffice-1.1-et ports/editors/openoffice-1.1-et openoffice-1.1-fi ports/editors/openoffice-1.1-fi -openoffice-1.1-gr ports/editors/openoffice-1.1-gr openoffice-1.1-it ports/editors/openoffice-1.1-it openoffice-1.1-nl ports/editors/openoffice-1.1-nl openoffice-1.1-se ports/editors/openoffice-1.1-se @@ -986,3 +986,4 @@ net/arpwatch-devel|net-mgmt/arpwatch-devel|2004-03-20|moved to better fitting ca multimedia/ffmpeg045|multimedia/ffmpeg|2004-03-20|latest stable version is better editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location +editors/openoffice-1.1-gr|editors/openoffice-1.1-el|2004-03-20|correct ISO code diff --git a/editors/openoffice-1.1-gr/Makefile b/editors/openoffice-1.1-gr/Makefile deleted file mode 100644 index 157e0c9518fc..000000000000 --- a/editors/openoffice-1.1-gr/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Greek language -# Date created: Sun Nov 9 08:57:32 JST 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -LANG_PKGNAME= gr -LANG_EXT= 30 -LANG_CONFIGURE_ARG= GREEK -MASTERDIR= ${.CURDIR}/../openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |