mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
PR: 252361 Submitted by: Trenton Schulz <trueos AT norwegianrockcat DOT com> (maintainer)
8 lines
334 B
Text
8 lines
334 B
Text
--- meson.build.orig 2021-01-02 21:06:31 UTC
|
|
+++ meson.build
|
|
@@ -117,4 +117,4 @@ readmes = [
|
|
'README.md',
|
|
'LICENSE',
|
|
]
|
|
-install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc'))
|
|
+# install_data(readmes, install_dir : join_paths(get_option('datadir'), meson.project_name(), 'doc'))
|