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

Diff for /ports/Makefile between version 1.46 and 1.51

version 1.46, 2004/07/20 12:01:13 version 1.51, 2006/10/18 13:52:33
Line 41 
Line 41 
 SUBDIR += education  SUBDIR += education
 SUBDIR += emulators  SUBDIR += emulators
 SUBDIR += games  SUBDIR += games
 #SUBDIR += german  
 SUBDIR += graphics  SUBDIR += graphics
 SUBDIR += japanese  SUBDIR += japanese
 SUBDIR += java  SUBDIR += java
Line 49 
Line 48 
 SUBDIR += lang  SUBDIR += lang
 SUBDIR += mail  SUBDIR += mail
 SUBDIR += math  SUBDIR += math
 SUBDIR += mbone  
 SUBDIR += misc  SUBDIR += misc
 SUBDIR += multimedia  SUBDIR += multimedia
 SUBDIR += net  SUBDIR += net
Line 62 
Line 60 
 SUBDIR += security  SUBDIR += security
 SUBDIR += shells  SUBDIR += shells
 SUBDIR += sysutils  SUBDIR += sysutils
   SUBDIR += telephony
 SUBDIR += textproc  SUBDIR += textproc
 #SUBDIR += vietnamese  
 SUBDIR += www  SUBDIR += www
 SUBDIR += x11  SUBDIR += x11
 .endif  .endif
Line 126 
Line 124 
 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/* \
               >${.CURDIR}/packages/${MACHINE_ARCH}/ftp/pkglocatedb
   
 .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.46  
changed lines
  Added in v.1.51