Add my custom ports.

This commit is contained in:
Tom Alexander
2024-10-11 20:44:56 -04:00
parent 9a27184885
commit 91a138ab9d
5 changed files with 8 additions and 6 deletions

View File

@@ -5,6 +5,7 @@ if [ "$1" != '--' ]; then
fi
shift
method="git"
git_clone_uri="https://git.FreeBSD.org/ports.git"
git_clone_uri="https://code.fizz.buzz/mirror/freebsd-ports.git"
# git_clone_uri="https://git.FreeBSD.org/ports.git"
git_branch="main"
run_portshaker_command $*