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

Diff for /ports/Makefile between version 1.9 and 1.15

version 1.9, 1998/04/29 05:04:13 version 1.15, 1998/09/24 20:31:28
Line 6 
Line 6 
 SUBDIR += astro  SUBDIR += astro
 SUBDIR += audio  SUBDIR += audio
 SUBDIR += benchmarks  SUBDIR += benchmarks
 #SUBDIR += cad  SUBDIR += cad
 SUBDIR += chinese  SUBDIR += chinese
 SUBDIR += comms  SUBDIR += comms
 SUBDIR += converters  SUBDIR += converters
Line 17 
Line 17 
 SUBDIR += games  SUBDIR += games
 #SUBDIR += german  #SUBDIR += german
 SUBDIR += graphics  SUBDIR += graphics
 #SUBDIR += japanese  SUBDIR += japanese
 #SUBDIR += korean  #SUBDIR += korean
 SUBDIR += lang  SUBDIR += lang
 SUBDIR += mail  SUBDIR += mail
 #SUBDIR += math  SUBDIR += math
 #SUBDIR += mbone  SUBDIR += mbone
 SUBDIR += misc  SUBDIR += misc
 SUBDIR += net  SUBDIR += net
 SUBDIR += news  SUBDIR += news
 SUBDIR += plan9  SUBDIR += plan9
 SUBDIR += print  SUBDIR += print
 #SUBDIR += russian  SUBDIR += russian
 SUBDIR += security  SUBDIR += security
 SUBDIR += shells  SUBDIR += shells
 SUBDIR += sysutils  SUBDIR += sysutils
Line 58 
Line 58 
         @echo "The search target requires a keyword parameter,"          @echo "The search target requires a keyword parameter,"
         @echo "e.g.: \"make search key=somekeyword\""          @echo "e.g.: \"make search key=somekeyword\""
 .else  .else
         @grep -i ${key} ${.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); }'          @grep -i ${key} ${.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\nArchs:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$10); }'
 .endif  .endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.15