opnsense-ports/net/pygopherd/files/patch-setup.py
Franco Fichtner c40bc0b849 */*: sync with upstream
Taken from: FreeBSD
2016-10-27 17:00:56 +02:00

11 lines
513 B
Python

--- setup.py.orig 2005-09-22 13:00:21 UTC
+++ setup.py
@@ -33,7 +33,7 @@ setup(name = "pygopherd",
url = pygopherd.version.homepage,
packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
scripts = ['bin/pygopherd'],
- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
+ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf.sample',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)