ports/textproc/catfish/patches/patch-setup_py

13 lines
415 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -270,7 +270,7 @@ DistUtilsExtra.auto.setup(
'needs by using several command line options.',
url=__url__,
data_files=[
- ('share/man/man1', ['catfish.1']),
+ ('man/man1', ['catfish.1']),
('share/metainfo/', ['data/metainfo/catfish.appdata.xml'])
],
cmdclass={'install': InstallAndUpdateDataDirectory}