13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
$NetBSD: patch-ae,v 1.3 2012/01/11 19:59:36 hans Exp $
|
|
|
|
--- po/Makefile.orig 2004-04-14 17:52:44.000000000 -0500
|
|
+++ po/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-INSTALL= /usr/bin/install -c
|
|
-INSTALLNLSDIR=$(BASEDIR)/usr/local/share/locale
|
|
+INSTALL= install -c
|
|
+INSTALLNLSDIR=$(DESTDIR)${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
PACKAGE = muse
|
|
|