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

Diff for /ports/Makefile between version 1.57 and 1.58

version 1.57, 2008/05/16 18:31:11 version 1.58, 2008/05/18 11:22:14
Line 109 
Line 109 
         @mkdir -p ${MIRROR_MK:H}          @mkdir -p ${MIRROR_MK:H}
 # Indirection needed for broken OSes that don't grok this exec  # Indirection needed for broken OSes that don't grok this exec
         @echo "EXEC = exec" >${MIRROR_MK}          @echo "EXEC = exec" >${MIRROR_MK}
           @echo "SIMPLE_LOCK = : ">>${MIRROR_MK}
 .if !empty(LOCKDIR)  .if !empty(LOCKDIR)
         @echo 'LOCKDIR = ${LOCKDIR}' >>${MIRROR_MK}          @echo 'LOCKDIR = ${LOCKDIR}' >>${MIRROR_MK}
         @echo 'PORTSDIR = ${PORTSDIR}' >>${MIRROR_MK}          @echo 'PORTSDIR = ${PORTSDIR}' >>${MIRROR_MK}

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58