=================================================================== RCS file: /cvsrepo/anoncvs/cvs/ports/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** ports/Makefile 1999/07/27 21:56:35 1.16 --- ports/Makefile 2000/02/21 22:09:57 1.17 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.16 1999/07/27 21:56:35 espie Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.17 2000/02/21 22:09:57 turan Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # *************** *** 52,57 **** --- 52,61 ---- 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 + + 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 .if !defined(key)