diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 19:17:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 19:17:05 +0800 |
commit | 380b36564b0a68519bdcbce802cc7953534ee349 (patch) | |
tree | 1699c750efc66586b9d94dec00288c2976b8b4e5 /editors/openoffice-1.1-cs | |
parent | 63ec2450138353e35b4a8862ab8f0df887f620d4 (diff) | |
download | freebsd-ports-graphics-380b36564b0a68519bdcbce802cc7953534ee349.tar.gz freebsd-ports-graphics-380b36564b0a68519bdcbce802cc7953534ee349.tar.zst freebsd-ports-graphics-380b36564b0a68519bdcbce802cc7953534ee349.zip |
Rename openoffice-1.1-cz to openoffice-1.1-cs
Czech language ISO code is cs, not cz.
Submitted by: Pavel@Janik.cz (Pavel Jan�k)
Diffstat (limited to 'editors/openoffice-1.1-cs')
-rw-r--r-- | editors/openoffice-1.1-cs/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-cs/Makefile b/editors/openoffice-1.1-cs/Makefile new file mode 100644 index 00000000000..4b6fa1f128d --- /dev/null +++ b/editors/openoffice-1.1-cs/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Czech language +# Date created: Sun Nov 9 09:29:41 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= cs +LANG_EXT= 420 +LANG_CONFIGURE_ARG= CZECH +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |