summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2002-04-04 20:09:55 +0000
committerjdolecek <jdolecek>2002-04-04 20:09:55 +0000
commitda0623ada0b385156ebef586731ce11a34c1448d (patch)
tree42b79a6dbf94576f4b126a6cdccd97cfbbd0603c /editors/yudit/Makefile
parentfebe50b3a0e3ccf8b1a1d3197168cbfa823ef511 (diff)
downloadpkgsrc-da0623ada0b385156ebef586731ce11a34c1448d.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/yudit/Makefile')
-rw-r--r--editors/yudit/Makefile5
1 files changed, 4 insertions, 1 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"