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

Diff for /ports/Makefile between version 1.16 and 1.17

version 1.16, 1999/07/27 21:56:35 version 1.17, 2000/02/21 22:09:57
Line 53 
Line 53 
 print-index:    ${.CURDIR}/INDEX  print-index:    ${.CURDIR}/INDEX
         @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX          @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX
   
   print-licenses: ${.CURDIR}/INDEX
           @printf "Port                                    P-CD\tP-FTP\tD-CD\tD-FTP\tL-Type\n"
           @awk -F\| '{printf("%-35.35s\t%s\t%s\t%s\t%s\t%s\n",$$2,$$11,$$12,$$13,$$14,$$15);}' < ${.CURDIR}/INDEX
   
 search: ${.CURDIR}/INDEX  search: ${.CURDIR}/INDEX
 .if !defined(key)  .if !defined(key)
         @echo "The search target requires a keyword parameter,"          @echo "The search target requires a keyword parameter,"

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17