diff options
author | maho <maho@FreeBSD.org> | 2005-06-29 13:37:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-06-29 13:37:25 +0800 |
commit | d4d69b2834507ca814020895a59caa3d83af22f1 (patch) | |
tree | cfcd5d1ab7f46e02bf831817de290cb217412c5b /korean | |
parent | c7431c07f8489e58f4399156ebe60c2b5648b89e (diff) | |
download | freebsd-ports-gnome-d4d69b2834507ca814020895a59caa3d83af22f1.tar.gz freebsd-ports-gnome-d4d69b2834507ca814020895a59caa3d83af22f1.tar.zst freebsd-ports-gnome-d4d69b2834507ca814020895a59caa3d83af22f1.zip |
Remove openoffice.org localized ports as I announced:
o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice
o still you can build them via knobs for 1.1
see ports/editors/openoffice-1.1/files/Makefile.localized
o 1.0 has been broken for long time, no longer maintained actively.
(but still I don't delete 1.0 and delete only localized versions)
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 2 | ||||
-rw-r--r-- | korean/openoffice-1.0/Makefile | 16 | ||||
-rw-r--r-- | korean/openoffice-1.1/Makefile | 16 |
3 files changed, 0 insertions, 34 deletions
diff --git a/korean/Makefile b/korean/Makefile index 4a8a595d4dce..b08a343efb1f 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -53,8 +53,6 @@ SUBDIR += nhpf SUBDIR += nvi-euc-kr SUBDIR += nvi-iso-2022-kr - SUBDIR += openoffice-1.0 - SUBDIR += openoffice-1.1 SUBDIR += pgp.language SUBDIR += php_doc SUBDIR += pinetreefonts diff --git a/korean/openoffice-1.0/Makefile b/korean/openoffice-1.0/Makefile deleted file mode 100644 index 7fcab0f26bb7..000000000000 --- a/korean/openoffice-1.0/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Korean language -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= korean - -LANG_PKGNAME= ko -LANG_EXT= 82 -LANG_CONFIGURE_ARG= KOREAN -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" diff --git a/korean/openoffice-1.1/Makefile b/korean/openoffice-1.1/Makefile deleted file mode 100644 index 75edcfd9639a..000000000000 --- a/korean/openoffice-1.1/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Korean language -# Date created: Nov 9 08:32:00 UTC 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= korean - -LANG_PKGNAME= ko -LANG_EXT= 82 -LANG_CONFIGURE_ARG= KOREAN -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz - -.include "${MASTERDIR}/Makefile" |