diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 19:29:58 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 19:29:58 +0800 |
commit | d4a87c0b6463beca2e5a251481f7c22fce60ed9d (patch) | |
tree | d13fc387d6461f2dac629aaf4883c4f7454fa5a7 /editors | |
parent | 995415ec0888ea4b3bb0b76b8624de9ce6f0b1a9 (diff) | |
download | freebsd-ports-gnome-d4a87c0b6463beca2e5a251481f7c22fce60ed9d.tar.gz freebsd-ports-gnome-d4a87c0b6463beca2e5a251481f7c22fce60ed9d.tar.zst freebsd-ports-gnome-d4a87c0b6463beca2e5a251481f7c22fce60ed9d.zip |
rename openoffice-1.1-sl to openoffice-1.1-sk
ISO Country code for Slovak language is sk
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-sk/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5b907031672a..00061a6edb32 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -135,6 +135,7 @@ SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl SUBDIR += openoffice-1.1-se + SUBDIR += openoffice-1.1-sk SUBDIR += openoffice-1.1-sl SUBDIR += openoffice-1.1-tr SUBDIR += pico diff --git a/editors/openoffice-1.1-sk/Makefile b/editors/openoffice-1.1-sk/Makefile new file mode 100644 index 000000000000..4c6278cdffba --- /dev/null +++ b/editors/openoffice-1.1-sk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Slovak language +# Date created: Sun Nov 9 09:31:29 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= sk +LANG_EXT= 421 +LANG_CONFIGURE_ARG= SLOVAK +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |