summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmp.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/mp.sh b/mp.sh index ac58d47..b82708f 100755 --- a/mp.sh +++ b/mp.sh
@@ -1,14 +1,14 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2set -e 2set -e
3 3
4WD="${WD:-/usr/local/mp}" 4WD="${WD:-/usr/mp}"
5PORTS="${PORTS:-/usr/local/ports/ports}" 5PORTS="${PORTS:-/usr/ports/ports}"
6PORTS_DIR="${PORTS_DIR:-/usr/local/ports}" 6PORTS_DIR="${PORTS_DIR:-/usr/ports}"
7PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}" 7PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}"
8STATUS="$WD/status" 8STATUS="$WD/status"
9INSTALLED="$WD/installed" 9INSTALLED="$WD/installed"
10EXTINSTALLED="$WD/extinstalled" 10EXTINSTALLED="$WD/extinstalled"
11CFG="/usr/local/mp/mp.conf" 11CFG="$WD/mp.conf"
12 12
13war() { 13war() {
14 echo "warn: $1" >&2 14 echo "warn: $1" >&2