mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 10:37:34 +00:00
Ports/make: Update make to version 4.4
This commit is contained in:
parent
f22bf42566
commit
66f4ffe309
6 changed files with 39 additions and 52 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=make
|
||||
version=4.3
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
port='make'
|
||||
version='4.4'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
files="https://ftpmirror.gnu.org/gnu/make/make-${version}.tar.gz make-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/make/make-${version}.tar.gz.sig make-${version}.tar.gz.sig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue