summary refs log tree commit diff
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-15 16:25:32 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-15 16:25:32 -0700
commit8967cb6515bce5b8b76f6a83c2b880d7ac9322ba (patch)
tree146cff8676ccddfca100ab43908b1dfe909df4d5
parent9b780c943f304c9e45a4a119730c7aa9df9284b9 (diff)
MOD: fix. HEAD trunk
-rwxr-xr-xmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp.sh b/mp.sh index 9596b25..32cdfc6 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://git.0druid.cc/druid520/ports.git}" 7PORTS_REPO="${PORTS_REPO:-git://git.0druid.cc/druid520/ports.git}"
8STATUS="$WD/status" 8STATUS="$WD/status"
9INSTALLED="$WD/installed" 9INSTALLED="$WD/installed"
10EXTINSTALLED="$WD/extinstalled" 10EXTINSTALLED="$WD/extinstalled"