Changes between Version 100 and Version 101 of PortfileRecipes


Ignore:
Timestamp:
Apr 24, 2018, 2:11:46 AM (6 years ago)
Author:
l2dy (Zero King)
Comment:

Simplify licensekeyword command

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v100 v101  
    650650== Current list of license keyword values in Portfiles == #licensekeyword
    651651{{{
    652 date && port -q info --license --index all | grep -v ^-- | tr ' ' '\n' | sed 's/^{//;s/}$//;/^$/d' | sort -u | awk '{ print "* " $0 }'
     652date && port -q info --license --index all | grep -v ^-- | tr ' ' '\n' | tr -d '{}' | sort -u | awk '{ print "* " $0 }'
    653653}}}
    654654Sat Oct 28 03:00:00 UTC 2017