aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmkport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkport.sh b/mkport.sh
index 818ed6ca..7e044229 100755
--- a/mkport.sh
+++ b/mkport.sh
@@ -101,4 +101,4 @@ do
done
#Set a couple variables for the TrueOS build cluster to know which is the "overall" port
port=${allports} #reset this variable in case something else needs it
-export bPort="x11/lumina"
+export bPort=${allports}
bgstack15