mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
10 lines
204 B
Bash
10 lines
204 B
Bash
--- thirdparty/download_dependencies.sh.orig 2023-08-17 08:05:04 UTC
|
|
+++ thirdparty/download_dependencies.sh
|
|
@@ -62,4 +62,6 @@ main() {
|
|
done
|
|
}
|
|
|
|
-main
|
|
+echo "Bundling isn't allowed!"
|
|
+return 1
|
|
+#main
|