[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports

Diff for /ports/Makefile between version 1.76 and 1.77

version 1.76, 2015/08/19 17:06:51 version 1.77, 2018/07/09 13:48:16
Line 13 
Line 13 
 .elif defined(key) || defined(name) || defined(category) || defined(author)  .elif defined(key) || defined(name) || defined(category) || defined(author)
   
 # set up subdirs from the index, assume it's up-to-date  # set up subdirs from the index, assume it's up-to-date
 _CMD = perl ${.CURDIR}/infrastructure/bin/retrieve-index index='${.CURDIR}/INDEX'  _CMD = perl ${.CURDIR}/infrastructure/bin/port-search-helper index='${.CURDIR}/INDEX'
 .  if defined(key)  .  if defined(key)
 _CMD += key='${key}'  _CMD += key='${key}'
 .  endif  .  endif

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77