diff options
-rwxr-xr-x | mkport.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |