diff options
Diffstat (limited to 'net/pygopherd/files')
| -rw-r--r-- | net/pygopherd/files/patch-setup.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/net/pygopherd/files/patch-setup.py b/net/pygopherd/files/patch-setup.py index ff32df5d3b39..8e7ea6cc736e 100644 --- a/net/pygopherd/files/patch-setup.py +++ b/net/pygopherd/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig	Sun Sep  8 02:47:43 2002 -+++ setup.py	Sun Sep  8 02:48:06 2002 -@@ -34,7 +34,7 @@ +--- 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', ++      data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf-dist',                                            'conf/mime.types'] ) ],         license = pygopherd.version.license   ) | 
