summaryrefslogtreecommitdiff
path: root/Ports/fotaq
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2021-09-27 00:16:18 +0200
committerAndreas Kling <kling@serenityos.org>2021-10-05 02:13:08 +0200
commitc07f91474de4088c4eccd45ccc6883a515439d69 (patch)
tree19bdb4797935e826f638053ea8d4250bd453dd0a /Ports/fotaq
parente507cfcdb0cc3be9e8e3304952c81d4410e6b610 (diff)
downloadserenity-c07f91474de4088c4eccd45ccc6883a515439d69.zip
Ports: Make array-like settings actual arrays
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
Diffstat (limited to 'Ports/fotaq')
-rwxr-xr-xPorts/fotaq/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/fotaq/package.sh b/Ports/fotaq/package.sh
index 83edfbea34..02d256a03b 100755
--- a/Ports/fotaq/package.sh
+++ b/Ports/fotaq/package.sh
@@ -3,7 +3,7 @@ port=fotaq
version="1.0"
files="https://downloads.scummvm.org/frs/extras/Flight%20of%20the%20Amazon%20Queen/FOTAQ_Talkie-original.zip ${port}-${version}.zip a298e68243f18a741d4816ef636a5a77a1593816fb2c9e23a09124c35a95dfec"
auth_type=sha256
-depends="scummvm"
+depends=("scummvm")
resource_path="/usr/local/share/games/${port}-${version}"