From a0a43d1a0e8d851d20e94cd9afeb5b582ab81030 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Fri, 25 Aug 2023 20:07:03 +0100 Subject: [PATCH] Ports/mc: Update formatting to be consistent with other ports --- Ports/mc/package.sh | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Ports/mc/package.sh b/Ports/mc/package.sh index 0a8e9ce9261..9b41779bfa4 100755 --- a/Ports/mc/package.sh +++ b/Ports/mc/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh -port=mc -version=4.8.29 -useconfigure=true +port='mc' +version='4.8.29' +useconfigure='true' files=( "http://ftp.midnight-commander.org/mc-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4" ) @@ -13,12 +13,14 @@ depends=( ) configopts=( "--with-sysroot=${SERENITY_INSTALL_ROOT}" - "--disable-largefile" - "--disable-vfs" - "--without-edit" - "--without-x" - "--with-homedir" - "--with-screen=ncurses" + '--disable-largefile' + '--disable-vfs' + '--without-edit' + '--without-x' + '--with-homedir' + '--with-screen=ncurses' +) +use_fresh_config_sub='true' +config_sub_paths=( + 'config/config.sub' ) -use_fresh_config_sub=true -config_sub_paths=("config/config.sub")