aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-26 14:56:10 -0400
committerKen Moore <ken@ixsystems.com>2017-06-26 14:56:10 -0400
commit672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae (patch)
tree61a4610f2a9ade74de38a9c320636d1cf0355cf7
parentTag version 1.3.1 in the source tree (no differences from 1.3.0 yet) (diff)
downloadlumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.tar.gz
lumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.tar.bz2
lumina-672bef0fe1921aa830f4ab8f381ab1f8b3bd47ae.zip
Quick fix for the mkport.sh script
-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