1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/pygopherd/files/patch-setup.py
Ying-Chieh Liao 2e080a1c81 add pygopherd 1.1.0
Multiprotocol Information Server
2002-09-07 19:12:18 +00:00

12 lines
506 B
Python

--- setup.py.orig Sun Sep 8 02:47:43 2002
+++ setup.py Sun Sep 8 02:48:06 2002
@@ -34,7 +34,7 @@
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',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)