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

Diff for /ports/Makefile between version 1.83 and 1.84

version 1.83, 2018/11/16 09:56:37 version 1.84, 2018/12/08 10:25:05
Line 100 
Line 100 
 .endif  .endif
   
 fix-permissions:  fix-permissions:
         @{ echo "COMMENT=test"; \          @{ echo "DUMMY_PACKAGE=Yes"; \
         echo "CATEGORIES=test"; \  
         echo "PKGPATH=test/a"; \  
         echo "DISTNAME=test"; \  
         echo "PERMIT_PACKAGE_CDROM=Yes"; \  
         echo "ECHO_MSG=:"; \  
         echo ".include <bsd.port.mk>"; }|${MAKE} -f - fix-permissions          echo ".include <bsd.port.mk>"; }|${MAKE} -f - fix-permissions
   
 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}
   
   create_DEPENDS_CACHE:
           @${_mk_DEPENDS_CACHE}; echo $${_DEPENDS_CACHE}
   
 .PHONY: index search distfiles-update-locatedb \  .PHONY: index search distfiles-update-locatedb \
         print-licenses print-index fix-permissions          print-licenses print-index fix-permissions \
           create_DEPENDS_CACHE

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84