mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
8f8fb5fa36
PR: ports/69094 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
15 lines
356 B
Python
15 lines
356 B
Python
|
|
$FreeBSD$
|
|
|
|
--- BitTornado/ConfigDir.py.orig Sun Jul 11 04:57:30 2004
|
|
+++ BitTornado/ConfigDir.py Thu Jul 15 12:03:50 2004
|
|
@@ -19,7 +19,7 @@
|
|
realpath = os.path.realpath
|
|
except:
|
|
realpath = lambda x:x
|
|
-OLDICONPATH = os.path.abspath(os.path.dirname(realpath(sys.argv[0])))
|
|
+OLDICONPATH="%%PREFIX%%/share/BitTornado"
|
|
|
|
DIRNAME = '.'+product_name
|
|
|