summaryrefslogtreecommitdiff
path: root/net/pygopherd/files/patch-setup.py
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-07 19:12:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-07 19:12:18 +0000
commit2e080a1c81a53adc6020c35e8688b44d88f5b7a3 (patch)
tree0ed1af239c7716d96cf5593e644888355a21e613 /net/pygopherd/files/patch-setup.py
parentPoint the -devel versions of headers and embedded to the mozilla-devel. Ugh. (diff)
add pygopherd 1.1.0
Multiprotocol Information Server
Notes
Notes: svn path=/head/; revision=65788
Diffstat (limited to '')
-rw-r--r--net/pygopherd/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pygopherd/files/patch-setup.py b/net/pygopherd/files/patch-setup.py
new file mode 100644
index 000000000000..ff32df5d3b39
--- /dev/null
+++ b/net/pygopherd/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Sun Sep 8 02:47:43 2002
++++ setup.py Sun Sep 8 02:48:06 2002
+@@ -34,7 +34,7 @@
+ url = pygopherd.version.homepage,
+ packages = ['pygopherd', 'pygopherd.handlers', 'pygopherd.protocols'],
+ scripts = ['bin/pygopherd'],
+- data_files = [ ('/etc/pygopherd', ['conf/pygopherd.conf',
++ data_files = [ ('%%PREFIX%%/etc/pygopherd', ['conf/pygopherd.conf',
+ 'conf/mime.types'] ) ],
+ license = pygopherd.version.license
+ )