diff options
author | maho <maho@FreeBSD.org> | 2004-03-25 10:25:52 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-25 10:25:52 +0000 |
commit | dd6d8e211c1b72e588e36fde6e0ebe71001809ba (patch) | |
tree | 341fc807e6a12573608d958c828054dca86d171e /editors/openoffice-1.1-sl_SI/Makefile | |
parent | c8af7efdad865a3624ca77a9be0f3b75719329da (diff) | |
download | FreeBSD-ports-dd6d8e211c1b72e588e36fde6e0ebe71001809ba.zip FreeBSD-ports-dd6d8e211c1b72e588e36fde6e0ebe71001809ba.tar.gz |
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.
Diffstat (limited to 'editors/openoffice-1.1-sl_SI/Makefile')
-rw-r--r-- | editors/openoffice-1.1-sl_SI/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-sl_SI/Makefile b/editors/openoffice-1.1-sl_SI/Makefile new file mode 100644 index 0000000..1347aac --- /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 <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +LANG_PKGNAME= sl +LANG_SUFFIX= SI +LANG_EXT= 50 +LANG_CONFIGURE_ARG= SLOVENIAN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |