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

Diff for /ports/Makefile between version 1.68 and 1.73

version 1.68, 2012/03/09 10:57:54 version 1.73, 2012/10/08 08:42:23
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $  
 #  
   
 PKGPATH =  PKGPATH =
 MIRROR_MK ?= ${.CURDIR}/distfiles/Makefile  MIRROR_MK ?= ${.CURDIR}/distfiles/Makefile
 PORTSTOP ?= yes  
 DISTFILES_DB ?= ${.CURDIR}/infrastructure/db/locate.database  DISTFILES_DB ?= ${.CURDIR}/infrastructure/db/locate.database
   
 .if defined(SUBDIR)  .if defined(SUBDIR)
Line 60 
Line 57 
 SUBDIR += multimedia  SUBDIR += multimedia
 SUBDIR += net  SUBDIR += net
 SUBDIR += news  SUBDIR += news
 SUBDIR += palm  
 SUBDIR += plan9  SUBDIR += plan9
 SUBDIR += print  SUBDIR += print
 SUBDIR += productivity  SUBDIR += productivity
 SUBDIR += russian  
 SUBDIR += security  SUBDIR += security
 SUBDIR += shells  SUBDIR += shells
 SUBDIR += sysutils  SUBDIR += sysutils
Line 78 
Line 73 
   
 index:  index:
         @rm -f ${.CURDIR}/INDEX          @rm -f ${.CURDIR}/INDEX
         @${_MAKE} ${.CURDIR}/INDEX          @${_MAKE} USE_CCACHE=No ${.CURDIR}/INDEX
   
 ${.CURDIR}/INDEX:  ${.CURDIR}/INDEX:
         @echo "Generating INDEX..."          @echo "Generating INDEX..."

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.73