diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-11-18 20:57:51 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-11-18 20:57:51 +0000 |
commit | d754217e328d9bd1a9324607bbf6a5049457d195 (patch) | |
tree | 39f8b46b886d87b948691fb3b6cee7e664a1b35c /math/mathmod/files/patch-MathMod.pro | |
parent | - Fix issue with pkg-plist and missing pickle (diff) |
- Simplify Makefile with USE=qmake
- Since I'm there fix USE_GL.
PR: 214627
Submitted by: tcberner
Diffstat (limited to 'math/mathmod/files/patch-MathMod.pro')
-rw-r--r-- | math/mathmod/files/patch-MathMod.pro | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/math/mathmod/files/patch-MathMod.pro b/math/mathmod/files/patch-MathMod.pro index a74e07fc4ead..69e13655a816 100644 --- a/math/mathmod/files/patch-MathMod.pro +++ b/math/mathmod/files/patch-MathMod.pro @@ -1,4 +1,4 @@ ---- MathMod.pro.orig 2016-03-03 21:15:56 UTC +--- MathMod.pro.orig 2016-11-18 12:53:17 UTC +++ MathMod.pro @@ -58,7 +58,6 @@ FORMS = ui_forms/drawingoptions.ui \ @@ -8,3 +8,16 @@ QT += opengl widgets OTHER_FILES += \ +@@ -67,10 +66,10 @@ OTHER_FILES += \ + 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 + + DISTFILES += \ + advancedmodels.js |