mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
This version brings python 3.7 support. For detailed changelog see: http://mesonbuild.com/Release-notes-for-0-47-0.html http://mesonbuild.com/Release-notes-for-0-48-0.html Exp-run by: antoine@ PR: 231219 Submitted by: Tamas Szakaly <sghctoma@gmail.com> (update to 0.47.2), Ting-Wei Lan <lantw44@gmail.com> (update to 0.48.0)
11 lines
408 B
Python
11 lines
408 B
Python
--- setup.py.orig 2018-09-22 13:22:03 UTC
|
|
+++ setup.py
|
|
@@ -38,7 +38,7 @@ packages = ['mesonbuild',
|
|
data_files = []
|
|
if sys.platform != 'win32':
|
|
# Only useful on UNIX-like systems
|
|
- data_files = [('share/man/man1', ['man/meson.1']),
|
|
+ data_files = [('man/man1', ['man/meson.1']),
|
|
('share/polkit-1/actions', ['data/com.mesonbuild.install.policy'])]
|
|
|
|
if __name__ == '__main__':
|