[BACK]Return to bsd.port.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.port.mk between version 1.85 and 1.86

version 1.85, 1999/04/20 18:04:27 version 1.86, 1999/04/20 18:06:40
Line 949 
Line 949 
         @${FALSE}          @${FALSE}
 .endif  .endif
   
 # Note this has to start with a capital letter (or more accurately, it  
 #  shouldn't match "[a-z]*"), see the target "delete-package-links" below.  
 PKGREPOSITORYSUBDIR?=   All  PKGREPOSITORYSUBDIR?=   All
 PKGREPOSITORY?=         ${PACKAGES}/${PKGREPOSITORYSUBDIR}  PKGREPOSITORY?=         ${PACKAGES}/${PKGREPOSITORYSUBDIR}
 .if exists(${PACKAGES})  .if exists(${PACKAGES})
Line 1493 
Line 1491 
   
 .if !target(delete-package-links)  .if !target(delete-package-links)
 delete-package-links:  delete-package-links:
         @${RM} -f ${PACKAGES}/[a-z]*/${PKGNAME}${PKG_SUFX};          @find ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX}|xargs ${RM} -f
 .endif  .endif
   
 .if !target(delete-package)  .if !target(delete-package)

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86