freebsd-ports/news/rawdog/files/patch-setup.py
Sergey Matveychuk 631ded095d - Update to 2.1
PR:		ports/74905
Submitted by:	maintainer
2004-12-10 11:40:14 +00:00

11 lines
330 B
Python

--- setup.py.bak Thu Dec 9 18:20:00 2004
+++ setup.py Thu Dec 9 18:20:12 2004
@@ -10,7 +10,7 @@
url = "http://offog.org/code/rawdog.html",
license = "GNU GPL v2 or later",
scripts = ['rawdog'],
- data_files = [('share/man/man1', ['rawdog.1'])],
+ data_files = [('man/man1', ['rawdog.1'])],
packages = ['rawdoglib'])