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 /polish | |
parent | eee34b264fe695d73cac649734d2fbeba7485b11 (diff) | |
download | ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.tar.gz ports-d094e113f37e3b6318c46c91c5ade948d4d18ce9.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 2 | ||||
-rw-r--r-- | polish/openoffice-1.0/Makefile | 16 | ||||
-rw-r--r-- | polish/openoffice-1.1/Makefile | 15 |
3 files changed, 0 insertions, 33 deletions
diff --git a/polish/Makefile b/polish/Makefile index 3f9564410da4..167999f2631a 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -14,8 +14,6 @@ SUBDIR += koffice-i18n SUBDIR += libtlen SUBDIR += ooodict_PL - SUBDIR += openoffice-1.0 - SUBDIR += openoffice-1.1 SUBDIR += php_doc SUBDIR += sap SUBDIR += sms diff --git a/polish/openoffice-1.0/Makefile b/polish/openoffice-1.0/Makefile deleted file mode 100644 index 7d0bb8d9d45d..000000000000 --- a/polish/openoffice-1.0/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Polish 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= polish - -LANG_PKGNAME= pl -LANG_EXT= 48 -LANG_CONFIGURE_ARG= POL -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" diff --git a/polish/openoffice-1.1/Makefile b/polish/openoffice-1.1/Makefile deleted file mode 100644 index fc2570c8bcb4..000000000000 --- a/polish/openoffice-1.1/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for Polish language -# Date created: Sun Nov 9 09:17:32 JST 2003 -# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= polish - -LANG_PKGNAME= pl -LANG_EXT= 48 -LANG_CONFIGURE_ARG= POL -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 - -.include "${MASTERDIR}/Makefile" |