1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
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

12 lines
299 B
Plaintext

--- 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]