diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 94d17f5e04..8f077a1bbd 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -363,6 +363,10 @@ fetch() { post_fetch } +func_defined pre_install || pre_install() { + : +} + func_defined pre_patch || pre_patch() { : } @@ -520,6 +524,7 @@ do_build() { } do_install() { ensure_build + pre_install echo "Installing $port..." install install_main_launcher