diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-07-16 10:16:01 -0400 |
| commit | 8a1b679969245ed7944ca397b5a9df4370166b68 (patch) | |
| tree | 355641dbc9d8e351929a54a31a17d605ff6b8d56 /games/multimc/files/patch-application_install__prereqs.cmake.in | |
| parent | 1dbd8d488ab44da4daea2a36d251d04f0bb7db70 (diff) | |
| download | freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.tar.gz freebsd-ports-8a1b679969245ed7944ca397b5a9df4370166b68.zip | |
Add multimc with patch to autodetect minecraft-runtime
Diffstat (limited to 'games/multimc/files/patch-application_install__prereqs.cmake.in')
| -rw-r--r-- | games/multimc/files/patch-application_install__prereqs.cmake.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/multimc/files/patch-application_install__prereqs.cmake.in b/games/multimc/files/patch-application_install__prereqs.cmake.in new file mode 100644 index 0000000..8ca7a44 --- /dev/null +++ b/games/multimc/files/patch-application_install__prereqs.cmake.in @@ -0,0 +1,8 @@ +--- application/install_prereqs.cmake.in.orig 2019-03-08 00:54:15 UTC ++++ application/install_prereqs.cmake.in +@@ -23,5 +23,4 @@ set(gp_cmd_paths ${gp_cmd_paths} + ) + + include(BundleUtilities) +-fixup_bundle("@APPS@" "${QTPLUGINS}" "@DIRS@") + |
