diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2002-04-04 20:09:55 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2002-04-04 20:09:55 +0000 |
commit | 05456fd5169df5760b646a6666c526eaf72d3822 (patch) | |
tree | 42b79a6dbf94576f4b126a6cdccd97cfbbd0603c /editors | |
parent | 1eaf6e87822b0fde6c7a88518f17d419435dbe3f (diff) | |
download | pkgsrc-05456fd5169df5760b646a6666c526eaf72d3822.tar.gz |
install czech locale files as share/yudit/locale/cs, not .../cz
this is cosmetic only, since this doesn't use the system locale directories
anyway
Pointed out by Thomas Klausner
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 5 | ||||
-rw-r--r-- | editors/yudit/PLIST | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 19017ff0292..be5dd4c223d 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/18 19:56:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/04 20:09:55 jdolecek Exp $ # DISTNAME= yudit-2.5 @@ -17,5 +17,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-x CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +post-configure: + cd ${WRKSRC}/gui/locale && mv cz cs + .include "../../graphics/freetype-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/yudit/PLIST b/editors/yudit/PLIST index 9d3e6f6e1a9..9a90bd3322d 100644 --- a/editors/yudit/PLIST +++ b/editors/yudit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/12/15 10:02:39 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/04/04 20:09:55 jdolecek Exp $ bin/mytool bin/uniconv bin/uniprint @@ -142,7 +142,7 @@ share/yudit/fonts/yudit.ttf share/yudit/locale/ar/LC_MESSAGES/messages.mo share/yudit/locale/az/LC_MESSAGES/messages.mo share/yudit/locale/bg/LC_MESSAGES/messages.mo -share/yudit/locale/cz/LC_MESSAGES/messages.mo +share/yudit/locale/cs/LC_MESSAGES/messages.mo share/yudit/locale/de/LC_MESSAGES/messages.mo share/yudit/locale/en/LC_MESSAGES/messages.po share/yudit/locale/es/LC_MESSAGES/messages.mo @@ -244,8 +244,8 @@ share/yudit/src/smeTeX.kmap @dirrm share/yudit/locale/en @dirrm share/yudit/locale/de/LC_MESSAGES @dirrm share/yudit/locale/de -@dirrm share/yudit/locale/cz/LC_MESSAGES -@dirrm share/yudit/locale/cz +@dirrm share/yudit/locale/cs/LC_MESSAGES +@dirrm share/yudit/locale/cs @dirrm share/yudit/locale/bg/LC_MESSAGES @dirrm share/yudit/locale/bg @dirrm share/yudit/locale/az/LC_MESSAGES |