pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fluxconf Fluxconf needs to be told to install *.po ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7897c7900b
branches:  trunk
changeset: 534826:ec7897c7900b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 01 14:52:25 2007 +0000

description:
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:

 wm/fluxconf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e401c8f731bf -r ec7897c7900b wm/fluxconf/Makefile
--- a/wm/fluxconf/Makefile      Thu Nov 01 14:43:47 2007 +0000
+++ b/wm/fluxconf/Makefile      Thu Nov 01 14:52:25 2007 +0000
@@ -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 @@
 DEPENDS+=              fluxbox-[0-9]*:../../wm/fluxbox
 
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --datadir=${PREFIX}/${PKGLOCALEDIR}
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt pkg-config
 



Home | Main Index | Thread Index | Old Index