1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/sysutils/py-glances/files/patch-setup.py
Kirill Ponomarev 0b3d360a40 Update sysutils/py-glances to 2.8.1
PR:		216874
Submitted by:	gasol.wu@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9471
2017-02-07 14:36:58 +00:00

11 lines
349 B
Python

--- setup.py.orig 2017-02-07 04:50:20 UTC
+++ setup.py
@@ -31,7 +31,6 @@ def get_data_files():
data_files = [
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
'CONTRIBUTING.md', 'conf/glances.conf']),
- ('share/man/man1', ['docs/man/glances.1'])
]
return data_files