diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index e706dc5eb3..a7b9b4d6e5 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -380,9 +380,6 @@ fetch() { run_nocd bsdtar xf "${PORT_META_DIR}/${filename}" || run_nocd unzip -qo "${PORT_META_DIR}/${filename}" run touch .${filename}_extracted ;; - *.asc) - run_nocd gpg --import "${PORT_META_DIR}/${filename}" || true - ;; *) echo "Note: no case for file $filename." cp "${PORT_META_DIR}/${filename}" ./