From a3ef9bed896846023d52e054353779b1c9361382 Mon Sep 17 00:00:00 2001 From: turan Date: Tue, 22 Feb 2000 03:45:11 +0000 Subject: [PATCH] add maintainer to print-licenses --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index efea3b37093..b60d6da85b3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2000/02/21 22:09:57 turan Exp $ +# $OpenBSD: Makefile,v 1.18 2000/02/22 03:45:11 turan Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # @@ -54,8 +54,8 @@ 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 + @printf "Port PC PF DC DF L-Type Maint\n" + @awk -F\| '{printf("%-35.35s%-3.2s%-3.2s%-3.2s%-3.2s%-10.9s%-20.20s\n",$$2,$$11,$$12,$$13,$$14,$$15,$$6);}' < ${.CURDIR}/INDEX search: ${.CURDIR}/INDEX .if !defined(key)