1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript
Stefan Walter 23740c231d - Update to 0.1.13 and unbreak.
- Transfer maintainership to Silver Salonen <silver@ultrasoft.ee>.

Patch by:	Silver Salonen <silver@ultrasoft.ee>
2007-10-19 16:33:07 +00:00

12 lines
525 B
Plaintext

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