summaryrefslogtreecommitdiff
path: root/devel/py-newt/patches/patch-po_Makefile
blob: b432e4c894f2706ea7e54219d21100a3bc148cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-po_Makefile,v 1.1 2014/03/27 07:54:49 obache Exp $

* fixes hard-coded paths

--- po/Makefile.orig	2013-08-06 15:46:42.000000000 +0000
+++ po/Makefile
@@ -1,7 +1,7 @@
-INSTALL= /usr/bin/install -c
+INSTALL= @INSTALL@ -c
 INSTALL_PROGRAM= ${INSTALL}
 INSTALL_DATA= ${INSTALL} -m 644
-INSTALLNLSDIR=$(datadir)/locale
+INSTALLNLSDIR=${DESTDIR}${PREFIX}/@PKGLOCALEDIR@/locale
 
 MSGMERGE = msgmerge