diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-01 14:52:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-01 14:52:25 +0000 |
commit | 28ec68ce4e75c154c3555205ed40edbe2e5d6c29 (patch) | |
tree | f3d8261a91192259e1bd66a90f72b30e4ef07938 /wm/fluxconf | |
parent | f18a69e2efd478d317f454673a9f1f2999fbe386 (diff) | |
download | pkgsrc-28ec68ce4e75c154c3555205ed40edbe2e5d6c29.tar.gz |
Fluxconf needs to be told to install *.po files into the correct
directory. Noticed on Solaris, which uses lib/locale instead of
share/locale.
Diffstat (limited to 'wm/fluxconf')
-rw-r--r-- | wm/fluxconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/fluxconf/Makefile b/wm/fluxconf/Makefile index 7c68e3dd17d..f5f6c4228e1 100644 --- a/wm/fluxconf/Makefile +++ b/wm/fluxconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/11/01 14:52:25 rillig Exp $ # DISTNAME= fluxconf-0.9.9 @@ -13,6 +13,7 @@ COMMENT= GTK based configuration tool for the fluxbox window manager DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/${PKGLOCALEDIR} USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt pkg-config |