openbsd-ports/net/deluge/patches/patch-setup_py
bentley b20bc501cb Import deluge-1.3.15.
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

Deluge contains the common features to BitTorrent clients such as Protocol
Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP,
NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits.

Deluge has been designed to run as both a normal standalone desktop
application and as a client-server. In Thinclient mode a Deluge daemon
handles all the BitTorrent activity and is able to run on headless machines
with the user-interfaces connecting remotely from any other platform.

ok bcallah@
2018-02-08 06:32:10 +00:00

15 lines
636 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2018/02/08 06:32:10 bentley Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -505,7 +505,7 @@ if not windows_check() and not osx_check():
('share/icons/hicolor/72x72/apps', ['deluge/data/icons/hicolor/72x72/apps/deluge.png']),
('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']),
('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']),
- ('share/man/man1', [
+ ('man/man1', [
'docs/man/deluge.1',
'docs/man/deluged.1',
'docs/man/deluge-gtk.1',