ports/net/pygopherd/files/patch-setup.py
Pawel Pekala c9ec2cba51 - Add staging support
- Use @sample for config file
2014-06-27 12:40:36 +00:00

12 lines
513 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.sample',
'conf/mime.types'] ) ],
license = pygopherd.version.license
)