aboutsummaryrefslogtreecommitdiff
path: root/mkport.sh
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-03-06 11:38:28 -0500
committerKen Moore <ken@ixsystems.com>2018-03-06 11:38:28 -0500
commit6c5a8d443f370467baf52de9829ec832972ab152 (patch)
treea286ec852986a2a22db999deb19ae11f01bdfae8 /mkport.sh
parentAnother mkport.sh update. (diff)
downloadlumina-6c5a8d443f370467baf52de9829ec832972ab152.tar.gz
lumina-6c5a8d443f370467baf52de9829ec832972ab152.tar.bz2
lumina-6c5a8d443f370467baf52de9829ec832972ab152.zip
Last mkport.sh tweak
Looks like the bPort variable cannot be exported(?), so put a full list into the "port=" line for fallback usage
Diffstat (limited to 'mkport.sh')
-rwxr-xr-xmkport.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkport.sh b/mkport.sh
index 9536fee6..5ebd9bce 100755
--- a/mkport.sh
+++ b/mkport.sh
@@ -101,6 +101,6 @@ do
done
echo "All ports updated: ${allports}"
#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
-bPort="${allports}"
+bPort="${allports}" #reset this variable in case something else needs it
+port="x11/lumina-core x11/lumina-coreutils deskutils/lumina-archiver deskutils/lumina-mediaplayer deskutils/lumina-pdf deskutils/lumina-fm deskutils/lumina-textedit deskutils/lumina-screenshot deskutils/lumina-calculator deskutils/lumina-fileinfo x11/lumina"
export bPort
bgstack15