freebsd-ports/sysutils/fusefs-sshfs/files/patch-meson.build
Muhammad Moinur Rahman f09f8484f0 sysutils/fusefs-sshfs: Update version 3.3.0=>3.3.1
- Add NDEBUG [1]

PR:		223338 [1]
Submitted by:	rozhuk.im@gmail.com [1]
Relnotes:	https://github.com/libfuse/sshfs/releases
2018-01-08 21:58:18 +00:00

13 lines
327 B
Text

--- meson.build.orig 2017-10-25 18:32:34 UTC
+++ meson.build
@@ -63,10 +63,5 @@ 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')