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

Diff for /ports/Makefile between version 1.85 and 1.86

version 1.85, 2018/12/08 10:29:12 version 1.86, 2018/12/14 18:57:58
Line 75 
Line 75 
 .include <bsd.port.subdir.mk>  .include <bsd.port.subdir.mk>
   
 ${INDEX}:  ${INDEX}:
           @if pkg_info -q -e 'portslist-<6.10'; then \
                   echo "Old portslist found"; \
                   echo "Don't mix -current and 6.4"; \
           fi
         @echo "Please install portslist"          @echo "Please install portslist"
         @echo "${SUDO} pkg_add portslist"          @echo "${SUDO} pkg_add portslist"
         @exit 1          @exit 1

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