mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
12 lines
412 B
Prolog
12 lines
412 B
Prolog
--- MathMod.pro.orig 2025-01-08 20:23:35 UTC
|
|
+++ MathMod.pro
|
|
@@ -63,7 +63,7 @@ OTHER_FILES += \
|
|
mathmodcollection.js \
|
|
mathmodconfig.js
|
|
# install
|
|
-target.path = $TARGET
|
|
+target.path = $$INSTALL_ROOT/$$PREFIX/bin/
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mathmod.pro
|
|
sources.path = $TARGET
|
|
-INSTALLS += target sources
|
|
+INSTALLS += target
|