freebsd-ports/devel/bpython/files/patch-setup.py
Sofian Brabez 4846f3c24e - Update to 0.11
PR:		ports/167122
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>
Approved by:	maintainer timeout (>14 days)
2012-08-17 09:12:40 +00:00

12 lines
402 B
Python

--- setup.py.orig 2012-04-20 19:35:36.898907237 +0600
+++ setup.py 2012-04-20 19:35:49.460978953 +0600
@@ -56,9 +56,6 @@
man_dir = 'share/man'
data_files = [
- # man pages
- (os.path.join(man_dir, 'man1'), ['doc/bpython.1']),
- (os.path.join(man_dir, 'man5'), ['doc/bpython-config.5']),
# desktop shortcut
(os.path.join('share', 'applications'), ['data/bpython.desktop'])
]