summaryrefslogtreecommitdiff
path: root/net/pygopherd/patches/patch-ad
blob: 7900b212ba7dd918e6d183bfae2c7c2e9b071139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2011/10/31 08:45:08 obache Exp $

--- setup.py.orig	2003-08-23 18:31:00.000000000 +0200
+++ setup.py	2003-08-28 20:40:53.000000000 +0200
@@ -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 = [ ('@EXAMPLEDIR@', ['conf/pygopherd.conf',
                                          'conf/mime.types'] ) ],
       license = pygopherd.version.license
 )