aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net-p2p/museekplus/files/patch-python-bindings_museek_SConscript
parent11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff)
downloadports-39a5b78f8797ded2c50107a77794cd671dff707f.tar.gz
ports-39a5b78f8797ded2c50107a77794cd671dff707f.zip
Notes
Diffstat (limited to 'net-p2p/museekplus/files/patch-python-bindings_museek_SConscript')
-rw-r--r--net-p2p/museekplus/files/patch-python-bindings_museek_SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript b/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript
deleted file mode 100644
index 02eadc281767..000000000000
--- a/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript
+++ /dev/null
@@ -1,11 +0,0 @@
---- python-bindings/museek/SConscript.orig 2007-08-21 09:25:18.000000000 +0300
-+++ python-bindings/museek/SConscript 2007-10-18 11:30:12.000000000 +0300
-@@ -8,7 +8,7 @@
-
- import sys, os
- py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1])
--py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "museek")
-+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "museek")
-
- install = env.Install(py_dest, files)
- env.Alias('install_pymuseekd', install)