diff options
author | Stefan Eßer <se@FreeBSD.org> | 2017-10-28 21:36:28 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2017-10-28 21:36:28 +0000 |
commit | a9e0dfb648698b1cb123f72e337c6cedb484d12d (patch) | |
tree | 4827545dc10d4b764e6507134803a7732cc5a951 /sysutils/fusefs-sshfs/files/patch-meson.build | |
parent | net/nanomsg: update 1.0.0 -> 1.1.0 (diff) |
Upgrade to version SSHFS version 3.3.0.
Approved by: bofh
Notes
Notes:
svn path=/head/; revision=453084
Diffstat (limited to 'sysutils/fusefs-sshfs/files/patch-meson.build')
-rw-r--r-- | sysutils/fusefs-sshfs/files/patch-meson.build | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/fusefs-sshfs/files/patch-meson.build b/sysutils/fusefs-sshfs/files/patch-meson.build new file mode 100644 index 000000000000..54d1b672f374 --- /dev/null +++ b/sysutils/fusefs-sshfs/files/patch-meson.build @@ -0,0 +1,19 @@ +--- meson.build.orig 2017-09-20 17:08:27 UTC ++++ meson.build +@@ -58,15 +58,10 @@ executable('sshfs', sshfs_sources, + if rst2man.found() + custom_target('manpages', input: [ 'sshfs.rst' ], output: [ 'sshfs.1' ], + command: [rst2man, '@INPUT@', '@OUTPUT@'], install: true, +- install_dir: join_paths(get_option('mandir'), '1')) ++ install_dir: join_paths(get_option('mandir'), 'man1')) + else + message('rst2man not found, not building manual page.') + endif +- +-meson.add_install_script('utils/install_helper.sh', +- get_option('sbindir'), +- get_option('bindir')) +- + + subdir('test') + |