diff options
Diffstat (limited to 'audio/muse/patches/patch-ae')
-rw-r--r-- | audio/muse/patches/patch-ae | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/muse/patches/patch-ae b/audio/muse/patches/patch-ae index 98f6216eeb5..6c09217f365 100644 --- a/audio/muse/patches/patch-ae +++ b/audio/muse/patches/patch-ae @@ -1,10 +1,11 @@ -$NetBSD: patch-ae,v 1.2 2010/02/01 01:25:29 joerg Exp $ +$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 +-INSTALL= /usr/bin/install -c -INSTALLNLSDIR=$(BASEDIR)/usr/local/share/locale ++INSTALL= install -c +INSTALLNLSDIR=$(DESTDIR)${PREFIX}/${PKGLOCALEDIR}/locale PACKAGE = muse |