summary refs log tree commit diff
path: root/mp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mp.sh')
-rwxr-xr-xmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp.sh b/mp.sh index b82708f..f8fd016 100755 --- a/mp.sh +++ b/mp.sh
@@ -4,7 +4,7 @@ set -e
4WD="${WD:-/usr/mp}" 4WD="${WD:-/usr/mp}"
5PORTS="${PORTS:-/usr/ports/ports}" 5PORTS="${PORTS:-/usr/ports/ports}"
6PORTS_DIR="${PORTS_DIR:-/usr/ports}" 6PORTS_DIR="${PORTS_DIR:-/usr/ports}"
7PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}" 7PORTS_REPO="${PORTS_REPO:-https://git.0druid.cc/druid520/ports.git}"
8STATUS="$WD/status" 8STATUS="$WD/status"
9INSTALLED="$WD/installed" 9INSTALLED="$WD/installed"
10EXTINSTALLED="$WD/extinstalled" 10EXTINSTALLED="$WD/extinstalled"