diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-09 17:27:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-09 17:27:53 +0000 |
commit | 60bd611957f236ff3d7998b044d9d589af201e89 (patch) | |
tree | 6e06a0e971fe9b6f55f1cb8b87477435084d2c5f /audio/muse/patches | |
parent | b603528d76b711ba65cab3bdc75379145a1b25cd (diff) | |
download | pkgsrc-60bd611957f236ff3d7998b044d9d589af201e89.tar.gz |
Install .mo into ${PKGLOCALEDIR}/locale, not /usr/local.
Add them to PLIST and Bump PKGREVISION.
Diffstat (limited to 'audio/muse/patches')
-rw-r--r-- | audio/muse/patches/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/muse/patches/patch-ae b/audio/muse/patches/patch-ae new file mode 100644 index 00000000000..322073a3afc --- /dev/null +++ b/audio/muse/patches/patch-ae @@ -0,0 +1,11 @@ +$NetBSD: patch-ae,v 1.1 2004/05/09 17:27:53 minskim 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 ++INSTALLNLSDIR=$(BASEDIR)${PREFIX}/${PKGLOCALEDIR}/locale + + PACKAGE = muse + |