1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/databases/arrow/files/patch-thirdparty_download__dependencies.sh

11 lines
204 B
Bash

--- thirdparty/download_dependencies.sh.orig 2019-02-16 22:21:34 UTC
+++ thirdparty/download_dependencies.sh
@@ -61,4 +61,6 @@ main() {
done
}
-main
+echo "Bundling isn't allowed!"
+return 1
+#main