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

Diff for /ports/Makefile between version 1.77 and 1.78

version 1.77, 2018/07/09 13:48:16 version 1.78, 2018/11/06 10:45:27
Line 103 
Line 103 
 .  endif  .  endif
 .endif  .endif
   
   fix-permissions:
           @{ echo "COMMENT=test"; \
           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
   
 homepages.html:  homepages.html:
         @echo '<html><ul>' >$@          @echo '<html><ul>' >$@
         @${_MAKE} homepage-links ECHO_MSG='echo >&2' >>$@          @${_MAKE} homepage-links ECHO_MSG='echo >&2' >>$@

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78