opnsense-ports/devel/dissy/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
523 B
Python

--- ./setup.py.orig 2011-05-25 13:03:56.000000000 +0200
+++ ./setup.py 2011-05-25 13:04:34.000000000 +0200
@@ -53,9 +53,6 @@
'gfx/red_arrow_right.png', 'gfx/red_plus.png', 'gfx/red_start_up.png',
'gfx/icon.svg']),
('share/%s/' % (Config.PROGRAM_NAME.lower()), ['dissy.ui']),
- ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['README']),
- ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['COPYING']),
- ('share/man/man1/', ['dissy.1']),
],
)