opnsense-ports/security/wapiti/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

11 lines
391 B
Python

--- ./setup.py.orig 2013-10-20 12:04:17.000000000 +0000
+++ ./setup.py 2013-11-28 19:47:25.000000000 +0000
@@ -14,7 +14,7 @@
"README",
"TODO",
"VERSION"]))
-doc_and_conf_files.append(("share/man/man1", ["doc/wapiti.1.gz"]))
+doc_and_conf_files.append(("man/man1", ["doc/wapiti.1.gz"]))
# Main
setup(