pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/jack/patches Add patch missed in previous.
details: https://anonhg.NetBSD.org/pkgsrc/rev/48a0cdba96d3
branches: trunk
changeset: 458391:48a0cdba96d3
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Sep 15 07:44:37 2021 +0000
description:
Add patch missed in previous.
diffstat:
audio/jack/patches/patch-man_wscript | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r bc131627fde3 -r 48a0cdba96d3 audio/jack/patches/patch-man_wscript
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/jack/patches/patch-man_wscript Wed Sep 15 07:44:37 2021 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-man_wscript,v 1.1 2021/09/15 07:44:37 schmonz Exp $
+
+Follow hier(7).
+
+--- man/wscript.orig 2021-07-15 06:18:26.000000000 +0000
++++ man/wscript
+@@ -7,5 +7,5 @@ import os
+
+ def build(bld):
+ bld.exec_command('cd man ; sh fill_template %s' % bld.env['JACK_VERSION'])
+- bld.install_files(bld.env['MANDIR'], bld.path.ant_glob('*.1'))
++ bld.install_files(bld.env['MANDIR'] + '/man1', bld.path.ant_glob('*.1'))
+
Home |
Main Index |
Thread Index |
Old Index