mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
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.
This commit is contained in:
parent
e507cfcdb0
commit
c07f91474d
149 changed files with 352 additions and 345 deletions
|
@ -4,4 +4,4 @@ version=2.15.05
|
|||
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997"
|
||||
auth_type=sha256
|
||||
useconfigure=true
|
||||
makeopts=
|
||||
makeopts=()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue