aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkport.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkport.sh b/mkport.sh
index 5f1797c7..85d038ab 100755
--- a/mkport.sh
+++ b/mkport.sh
@@ -3,7 +3,6 @@
# from a checked out git repo
# Set the port
-#port="x11/lumina"
dfile="lumina"
VERSION="1.3.0"
@@ -98,3 +97,6 @@ do
tcat=$(echo $port | cut -d '/' -f 1)
massage_subdir ${portsdir}/${tcat}
done
+#Set a couple variables for the TrueOS build cluster to know which is the "overall" port
+port="x11/lumina" #reset this variable in case something else needs it
+export bPort="x11/lumina"
bgstack15