From dd6d8e211c1b72e588e36fde6e0ebe71001809ba Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 25 Mar 2004 10:25:52 +0000 Subject: According to http://l10n.openoffice.org/all_supported_languages.html , ISO language code of Slovenian is sl, and country code is SI, not SL, move editors/openoffice-1.1-sl-SL to editors/openoffice-1.1-sl-SI. --- editors/Makefile | 1 + editors/openoffice-1.1-sl_SI/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 editors/openoffice-1.1-sl_SI/Makefile diff --git a/editors/Makefile b/editors/Makefile index 485abcc13c5a..424d2bc01682 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -139,6 +139,7 @@ SUBDIR += openoffice-1.1-nl SUBDIR += openoffice-1.1-se SUBDIR += openoffice-1.1-sk + SUBDIR += openoffice-1.1-sl_SI SUBDIR += openoffice-1.1-sl_SL SUBDIR += openoffice-1.1-tr SUBDIR += pico diff --git a/editors/openoffice-1.1-sl_SI/Makefile b/editors/openoffice-1.1-sl_SI/Makefile new file mode 100644 index 000000000000..1347aacc1f42 --- /dev/null +++ b/editors/openoffice-1.1-sl_SI/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: OpenOffice.org for Slovenian language +# Date created: Sun Mar 21 17:38:13 JST 2003 +# Whom: NAKATA Maho +# +# $FreeBSD$ +# + +LANG_PKGNAME= sl +LANG_SUFFIX= SI +LANG_EXT= 50 +LANG_CONFIGURE_ARG= SLOVENIAN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" -- cgit