1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net-p2p/nicotine-plus/files/patch-setup.py
Jose Alonso Cardenas Marquez fcb5dfd169 New port: net-p2p/nicotine-plus
Nicotine-Plus is a fork of Hyriand's original Nicotine Soulseek client.

Nicotine+ is an attempt to keep Nicotine working with the latest libraries,
kill bugs, keep current with the Soulseek protocol and add some new features
that users want and/or need. The main developer now is daelstorm.

WWW:    http://nicotine-plus.sourceforge.net/
2007-01-16 22:10:12 +00:00

12 lines
679 B
Python

--- setup.py.orig Tue Jan 16 10:27:25 2007
+++ setup.py Tue Jan 16 10:28:04 2007
@@ -27,7 +27,7 @@
files.append((os.path.join(sys.prefix, "share", "nicotine", "sounds", theme), [os.path.join(sounds, file)]))
doc_files = glob.glob(os.path.join("doc", "*"))
for file in doc_files:
- files.append((os.path.join(sys.prefix, "share", "nicotine", "documentation"), [file]))
+ files.append((os.path.join(sys.prefix, "share", "doc", "nicotine"), [file]))
files.append((os.path.join(sys.prefix, "share", "applications"), ["files/nicotine.desktop"]))
files.append((os.path.join(sys.prefix, "share", "pixmaps"), ["files/nicotine-plus-32px.png"]))
if sys.platform.startswith("win"):