pkgsrc/net/pygopherd/patches/patch-aa
obache 67bd80409d * more honor VARBASE.
* fixes for the case PKG_SYSCONFBASE != ${PREFIX}/etc.
* approximate default config file to package build configuration.
* register egg-info.

Bump PKGREVISION.
2011-10-31 08:45:08 +00:00

13 lines
371 B
Text

$NetBSD: patch-aa,v 1.2 2011/10/31 08:45:08 obache Exp $
--- bin/pygopherd.orig 2003-08-23 18:31:54.000000000 +0200
+++ bin/pygopherd 2003-08-28 20:39:34.000000000 +0200
@@ -23,7 +23,7 @@
from pygopherd import *
import sys
-conffile = '/etc/pygopherd/pygopherd.conf'
+conffile = '@PKG_SYSCONFDIR@/pygopherd.conf'
if len(sys.argv) > 1:
conffile = sys.argv[1]