pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/jack/patches



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Sep 15 07:44:37 UTC 2021

Added Files:
        pkgsrc/audio/jack/patches: patch-man_wscript

Log Message:
Add patch missed in previous.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/jack/patches/patch-man_wscript

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/audio/jack/patches/patch-man_wscript
diff -u /dev/null pkgsrc/audio/jack/patches/patch-man_wscript:1.1
--- /dev/null   Wed Sep 15 07:44:37 2021
+++ pkgsrc/audio/jack/patches/patch-man_wscript Wed Sep 15 07:44:37 2021
@@ -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