mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
This fixes the brokeness introduced in the previous SWIG bandaid. A lawyer might want to check if the license is also less restrictive now ;) Sponsored by: simon & erwin of tb3.droso.net
14 lines
329 B
Python
14 lines
329 B
Python
|
|
$FreeBSD$
|
|
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -25,7 +25,7 @@
|
|
|
|
# If setting the prefix failed you should attempt to set the prefix here:
|
|
# prefix="/usr" # unix, Linux
|
|
-# prefix="/usr/local" # unix, alternate
|
|
+prefix="%%LOCALBASE%%" # unix, alternate
|
|
# prefix="/sw" # OSX, fink
|
|
# prefix="/opt/local" # OSX, darwin-ports?
|
|
|