minor tweaks

This commit is contained in:
turan 2000-02-22 09:27:51 +00:00
parent 1c26980582
commit 425c843fcd
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2000/02/22 03:45:11 turan Exp $
# $OpenBSD: Makefile,v 1.19 2000/02/22 09:27:51 turan Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
@ -55,7 +55,7 @@ print-index: ${.CURDIR}/INDEX
print-licenses: ${.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
@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
search: ${.CURDIR}/INDEX
.if !defined(key)

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.207 2000/02/22 09:18:36 turan Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.208 2000/02/22 09:27:52 turan Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -2012,7 +2012,12 @@ describe:
. else
@echo -n "?|"
. endif
. if defined(LICENSE_TYPE)
@echo "${LICENSE_TYPE}"
. else
@echo "?"
. endif
.endif