ports/misc/py-cppman/files/patch-setup.py
Hiroki Tagato a38917651c misc/py-cppman: Update to 0.6.0
Changelog: https://github.com/aitjcize/cppman/blob/v0.6.0/ChangeLog

Reported by:	GitHub (watch releases)
2025-12-24 11:35:59 +09:00

16 lines
652 B
Python

--- setup.py.orig 2025-12-19 04:26:41 UTC
+++ setup.py
@@ -20,10 +20,9 @@ _data_files = [
]
_data_files = [
- ('share/doc/cppman', ['README.rst', 'AUTHORS', 'COPYING', 'ChangeLog']),
('share/man/man1', ['misc/cppman.1']),
- ('share/bash-completion/completions', ['misc/completions/cppman.bash']),
- ('share/zsh/vendor-completions/', ['misc/completions/zsh/_cppman']),
+ ('etc/bash_completion.d', ['misc/completions/cppman.bash']),
+ ('share/zsh/site-functions/', ['misc/completions/zsh/_cppman']),
('share/fish/vendor_completions.d/', ['misc/completions/fish/cppman.fish'])
]