=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ports/Makefile 2000/02/22 09:27:51 1.19 +++ ports/Makefile 2000/03/03 14:23:10 1.20 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2000/02/22 09:27:51 turan Exp $ +# $OpenBSD: Makefile,v 1.20 2000/03/03 14:23:10 turan Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # @@ -54,8 +54,8 @@ @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 PC PF DC DF L-Type Maint\n" - @awk -F\| '{printf("%-35.34s%-3.2s%-3.2s%-3.2s%-3.2s%-10.9s%-20.20s\n",$$2,$$11,$$12,$$13,$$14,$$15,$$6);}' < ${.CURDIR}/INDEX + @printf "Port PC PF DC DF Maint\n" + @awk -F\| '{printf("%-40.39s%-3.2s%-3.2s%-3.2s%-3.2s%-25.25s\n",$$2,$$11,$$12,$$13,$$14,$$6);}' < ${.CURDIR}/INDEX search: ${.CURDIR}/INDEX .if !defined(key)