mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Now has better support building itself against system dependencies (less patching required). Reported by: portscout
11 lines
229 B
INI
11 lines
229 B
INI
--- app/app.pro.orig 2022-05-28 06:35:00 UTC
|
|
+++ app/app.pro
|
|
@@ -205,7 +205,7 @@ RESOURCES += \
|
|
../resources.qrc
|
|
|
|
# make install
|
|
-target.path = /usr/bin/
|
|
+target.path = $$PREFIX/bin/
|
|
INSTALLS += target
|
|
|
|
TRANSLATIONS += \
|