diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
commit | d094e113f37e3b6318c46c91c5ade948d4d18ce9 (patch) | |
tree | 472d346662830af419092bbd1facede489965349 /arabic | |
parent | eee34b264fe695d73cac649734d2fbeba7485b11 (diff) | |
download | ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.tar.gz ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.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)
Notes
Notes:
svn path=/head/; revision=138155
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/Makefile | 1 | ||||
-rw-r--r-- | arabic/openoffice-1.1/Makefile | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/arabic/Makefile b/arabic/Makefile index 153175edfa0e..c504f811b0d9 100644 --- a/arabic/Makefile +++ b/arabic/Makefile @@ -11,7 +11,6 @@ SUBDIR += khotot SUBDIR += koffice-i18n SUBDIR += libitl - SUBDIR += openoffice-1.1 SUBDIR += php_doc .include <bsd.port.subdir.mk> diff --git a/arabic/openoffice-1.1/Makefile b/arabic/openoffice-1.1/Makefile deleted file mode 100644 index ecf62ff93062..000000000000 --- a/arabic/openoffice-1.1/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Arabic language -# Date created: Nov 9 08:20:00 JST 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org>, and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= arabic - -LANG_PKGNAME= ar -LANG_EXT= 96 -LANG_CONFIGURE_ARG= ARAB -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |