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

Diff for /ports/Makefile between version 1.47 and 1.48

version 1.47, 2004/09/26 01:05:33 version 1.48, 2005/03/02 20:51:07
Line 127 
Line 127 
 distfiles-update-locatedb:  distfiles-update-locatedb:
         @PORTSDIR=${.CURDIR} /bin/sh ${.CURDIR}/infrastructure/fetch/distfiles-update-locatedb ${DISTFILES_DB}          @PORTSDIR=${.CURDIR} /bin/sh ${.CURDIR}/infrastructure/fetch/distfiles-update-locatedb ${DISTFILES_DB}
   
   pkglocatedb:
           @pkg_mklocatedb ${.CURDIR}/packages/${MACHINE_ARCH}/all/* | \
               gzip >${.CURDIR}/packages/${MACHINE_ARCH}/ftp/pkglocatedb.gz
   
 .PHONY: mirror-maker index search distfiles-update-locatedb \  .PHONY: mirror-maker index search distfiles-update-locatedb \
         print-licenses print-index          pkglocatedb print-licenses print-index

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48