1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/py-ttrv/files/patch-setup.py
Danilo G. Baio 6cddea3148 Add www/py-ttrv: Tilde Terminal Reddit Viewer
A text-based interface (TUI) to view and interact with Reddit from your
terminal. RTV fork.

WWW: https://pypi.org/project/ttrv/
2021-01-14 14:12:12 +00:00

12 lines
393 B
Python

--- setup.py.orig 2020-12-08 23:08:30 UTC
+++ setup.py
@@ -63,7 +63,7 @@ setuptools.setup(
'ttrv': ['templates/*', 'themes/*'],
'ttrv.packages.praw': ['praw.ini']
},
- data_files=[("share/man/man1", ["ttrv.1"])],
+ data_files=[("man/man1", ["ttrv.1"])],
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,