diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-03-08 17:06:43 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-03-08 17:06:43 +0000 |
commit | 5b8ca689efbdd6be25068ea8dfc58f0ac0e2bee0 (patch) | |
tree | 614d3af8628ec917aa81b4e0f362f39bcc1d7b72 /math/mathmod/files/patch-MathMod.pro | |
parent | games/openrct2: only for little-endian architectures (diff) |
Upgrade to 11.0.
Release notes at <https://github.com/parisolab/mathmod/releases/tag/11.0>.
Diffstat (limited to 'math/mathmod/files/patch-MathMod.pro')
-rw-r--r-- | math/mathmod/files/patch-MathMod.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/mathmod/files/patch-MathMod.pro b/math/mathmod/files/patch-MathMod.pro index 8b53311cfe12..58e317b0da6a 100644 --- a/math/mathmod/files/patch-MathMod.pro +++ b/math/mathmod/files/patch-MathMod.pro @@ -1,8 +1,8 @@ ---- MathMod.pro.orig 2016-11-18 21:27:55 UTC +--- MathMod.pro.orig 2021-03-08 16:59:36 UTC +++ MathMod.pro -@@ -68,10 +68,10 @@ OTHER_FILES += \ - mathmodconfig.js - +@@ -64,10 +64,10 @@ OTHER_FILES += \ + mathmodcollection.js \ + mathmodconfig.js # install -target.path = $TARGET +target.path = $$INSTALL_ROOT/$$PREFIX/bin/ |