freebsd-ports/net/pygopherd/files/patch-pygopherd
Ying-Chieh Liao 2e080a1c81 add pygopherd 1.1.0
Multiprotocol Information Server
2002-09-07 19:12:18 +00:00

11 lines
299 B
Text

--- bin/pygopherd.orig Sun Sep 8 02:58:15 2002
+++ bin/pygopherd Fri Aug 9 01:59:33 2002
@@ -24,7 +24,7 @@
from pygopherd import *
import sys
-conffile = '/etc/pygopherd/pygopherd.conf'
+conffile = '%%PREFIX%%/etc/pygopherd/pygopherd.conf'
if len(sys.argv) > 1:
conffile = sys.argv[1]