mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
Ports/mc: Update formatting to be consistent with other ports
This commit is contained in:
parent
c5800229d5
commit
a0a43d1a0e
Notes:
sideshowbarker
2024-07-17 05:05:51 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/a0a43d1a0e Pull-request: https://github.com/SerenityOS/serenity/pull/20773 Reviewed-by: https://github.com/timschumi ✅
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=mc
|
port='mc'
|
||||||
version=4.8.29
|
version='4.8.29'
|
||||||
useconfigure=true
|
useconfigure='true'
|
||||||
files=(
|
files=(
|
||||||
"http://ftp.midnight-commander.org/mc-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
|
"http://ftp.midnight-commander.org/mc-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
|
||||||
)
|
)
|
||||||
@ -13,12 +13,14 @@ depends=(
|
|||||||
)
|
)
|
||||||
configopts=(
|
configopts=(
|
||||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||||
"--disable-largefile"
|
'--disable-largefile'
|
||||||
"--disable-vfs"
|
'--disable-vfs'
|
||||||
"--without-edit"
|
'--without-edit'
|
||||||
"--without-x"
|
'--without-x'
|
||||||
"--with-homedir"
|
'--with-homedir'
|
||||||
"--with-screen=ncurses"
|
'--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")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user