freebsd-ports/net/pygopherd/files/patch-setup.py
Clement Laforet 0c64c72c56 - update pygopherd to 2.0.3
- preserve config file

PR:             59984
Approved by:    erwin (mentor)
2003-12-18 14:36:28 +00:00

11 lines
511 B
Python

--- setup.py.orig Sat Aug 23 16:31:00 2003
+++ setup.py Fri Dec 5 21:24:43 2003
@@ -33,7 +33,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-dist',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)