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 /french | |
parent | eee34b264fe695d73cac649734d2fbeba7485b11 (diff) | |
download | ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.tar.gz ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 2 | ||||
-rw-r--r-- | french/openoffice-1.0/Makefile | 19 | ||||
-rw-r--r-- | french/openoffice-1.1/Makefile | 16 |
3 files changed, 0 insertions, 37 deletions
diff --git a/french/Makefile b/french/Makefile index 8e48da61fc54..d48da00660b6 100644 --- a/french/Makefile +++ b/french/Makefile @@ -21,8 +21,6 @@ SUBDIR += mozilla-flp SUBDIR += ooodict-fr_BE SUBDIR += ooodict-fr_FR - SUBDIR += openoffice-1.0 - SUBDIR += openoffice-1.1 SUBDIR += php_doc SUBDIR += plgrenouille SUBDIR += staroffice52 diff --git a/french/openoffice-1.0/Makefile b/french/openoffice-1.0/Makefile deleted file mode 100644 index a8eafc15a0c6..000000000000 --- a/french/openoffice-1.0/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for French 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= french - -LANG_PKGNAME= fr -LANG_EXT= 33 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= FREN -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -BROKEN= "Unfetchable" - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" diff --git a/french/openoffice-1.1/Makefile b/french/openoffice-1.1/Makefile deleted file mode 100644 index ef8f8733fa2d..000000000000 --- a/french/openoffice-1.1/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for French language -# Date created: Nov 9 08:47:41 JST 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= french - -LANG_PKGNAME= fr -LANG_EXT= 33 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= FREN -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |