aboutsummaryrefslogtreecommitdiff
path: root/audio/pytone/files
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-12-14 21:32:57 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-12-14 21:32:57 +0000
commitdac47f9d5996fb67397b6c5dfe1f59257cad1e57 (patch)
treeff13d929969d04e5d48222b3c3770fcd325d5b20 /audio/pytone/files
parent33cafc77abb00a07cd344758e13906da8bb9f8ec (diff)
downloadports-dac47f9d5996fb67397b6c5dfe1f59257cad1e57.tar.gz
ports-dac47f9d5996fb67397b6c5dfe1f59257cad1e57.zip
Notes
Diffstat (limited to 'audio/pytone/files')
-rw-r--r--audio/pytone/files/patch-pytone6
-rw-r--r--audio/pytone/files/patch-setup.py11
2 files changed, 6 insertions, 11 deletions
diff --git a/audio/pytone/files/patch-pytone b/audio/pytone/files/patch-pytone
new file mode 100644
index 000000000000..c89489061ef4
--- /dev/null
+++ b/audio/pytone/files/patch-pytone
@@ -0,0 +1,6 @@
+--- pytone.orig 2007-12-14 10:42:55.000000000 -0800
++++ pytone 2007-12-14 10:44:18.000000000 -0800
+@@ -1,2 +1,2 @@
+ #!/bin/sh
+-python2.4 src/pytone.py "$@"
++python src/pytone.py "$@"
diff --git a/audio/pytone/files/patch-setup.py b/audio/pytone/files/patch-setup.py
deleted file mode 100644
index 045ff802f4f4..000000000000
--- a/audio/pytone/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Sun May 27 19:36:23 2007
-+++ setup.py Sun May 27 19:36:44 2007
-@@ -45,7 +45,7 @@
- #
- mo_files = ["locale/%s/LC_MESSAGES/PyTone.mo" % locale for locale in locales]
- data_files=[('share/locale/de/LC_MESSAGES', mo_files),
-- ('/etc', ['conf/pytonerc'])]
-+ ('etc', ['conf/pytonerc'])]
-
- #
- # list of scripts to be installed