diff options
author | taca <taca@pkgsrc.org> | 2007-12-27 10:19:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-12-27 10:19:00 +0000 |
commit | 5dc91dec74446a3e83665efb3fd39cf8edc1a79a (patch) | |
tree | f600f156c7c48d79104d7b7e6501a43ba5446221 /audio | |
parent | 8f1650684238a5997996579aaec98ed96a194537 (diff) | |
download | pkgsrc-5dc91dec74446a3e83665efb3fd39cf8edc1a79a.tar.gz |
Make sure to create locale directories; install_sh is undefined
in po/Makefile.in.in.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms/distinfo | 3 | ||||
-rw-r--r-- | audio/xmms/patches/patch-aw | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo index 5ed29339588..64136fc46ae 100644 --- a/audio/xmms/distinfo +++ b/audio/xmms/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2007/11/29 18:36:35 wiz Exp $ +$NetBSD: distinfo,v 1.34 2007/12/27 10:19:00 taca Exp $ SHA1 (xmms-1.2.11.tar.bz2) = 9d1eae4baab25fd35c9ddfb49321ca60222f672d RMD160 (xmms-1.2.11.tar.bz2) = 466a624572574c56595ef34f42c43d0b74857b0a @@ -14,3 +14,4 @@ SHA1 (patch-an) = 3abc68bd37018800dc70b151a5b419211a727a02 SHA1 (patch-ap) = 101c54e2ce0e575893b8d3880ca54a021e89a8dd SHA1 (patch-aq) = 2a16fbd747e03df4ef0fbb94e45c79e9c3de9ac8 SHA1 (patch-ar) = b9cf22e3ab585ef255a533e56a3430f49f2fba4f +SHA1 (patch-aw) = eed1a2b95f8d92bb75c118f64a4e33b97b9b4ee5 diff --git a/audio/xmms/patches/patch-aw b/audio/xmms/patches/patch-aw new file mode 100644 index 00000000000..5a81c59f246 --- /dev/null +++ b/audio/xmms/patches/patch-aw @@ -0,0 +1,12 @@ +$NetBSD: patch-aw,v 1.1 2007/12/27 10:19:00 taca Exp $ + +--- po/Makefile.in.in.orig 2006-11-16 03:30:34.000000000 +0900 ++++ po/Makefile.in.in +@@ -32,6 +32,7 @@ INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + mkinstalldirs = $(SHELL) @install_sh@ -d + mkdir_p = @mkdir_p@ ++install_sh = @install_sh@ + + GMSGFMT_ = @GMSGFMT@ + GMSGFMT_no = @GMSGFMT@ |