diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-07 19:12:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-07 19:12:18 +0000 |
commit | 2e080a1c81a53adc6020c35e8688b44d88f5b7a3 (patch) | |
tree | 0ed1af239c7716d96cf5593e644888355a21e613 /net/pygopherd/files/patch-pygopherd | |
parent | Point the -devel versions of headers and embedded to the mozilla-devel. Ugh. (diff) |
add pygopherd 1.1.0
Multiprotocol Information Server
Diffstat (limited to 'net/pygopherd/files/patch-pygopherd')
-rw-r--r-- | net/pygopherd/files/patch-pygopherd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pygopherd/files/patch-pygopherd b/net/pygopherd/files/patch-pygopherd new file mode 100644 index 000000000000..e87b5a39e9b2 --- /dev/null +++ b/net/pygopherd/files/patch-pygopherd @@ -0,0 +1,11 @@ +--- 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] + |