diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index 3a73cee40a..d6ef883a22 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -398,7 +398,9 @@ parse_arguments() { else case "$1" in fetch|patch|configure|build|install|installdepends|clean|clean_dist|clean_all|uninstall|showproperty) - do_$1 $2 + method=$1 + shift + do_${method} "$@" ;; --auto) do_all $1