67bd80409d
* fixes for the case PKG_SYSCONFBASE != ${PREFIX}/etc. * approximate default config file to package build configuration. * register egg-info. Bump PKGREVISION.
13 lines
574 B
Text
13 lines
574 B
Text
$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
|
|
)
|