make describe, blanks -> ?. typo as well
This commit is contained in:
parent
7dbe79af00
commit
1c26980582
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.206 2000/02/21 23:53:52 espie Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.207 2000/02/22 09:18:36 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 $
|
||||
#
|
||||
@ -1978,7 +1978,7 @@ describe:
|
||||
@echo -n "n|"
|
||||
. endif
|
||||
. else
|
||||
@echo -n "|"
|
||||
@echo -n "?|"
|
||||
. endif
|
||||
|
||||
. if defined(PERMIT_PACKAGE_FTP)
|
||||
@ -1988,7 +1988,7 @@ describe:
|
||||
@echo -n "n|"
|
||||
. endif
|
||||
. else
|
||||
@echo -n "|"
|
||||
@echo -n "?|"
|
||||
. endif
|
||||
|
||||
|
||||
@ -1999,18 +1999,18 @@ describe:
|
||||
@echo -n "n|"
|
||||
. endif
|
||||
. else
|
||||
@echo -n "|"
|
||||
@echo -n "?|"
|
||||
. endif
|
||||
|
||||
|
||||
. if defined(PERMIT_DISTFILES_CDROM)
|
||||
. if defined(PERMIT_DISTFILES_FTP)
|
||||
. if ${PERMIT_DISTFILES_FTP:L} == "yes"
|
||||
@echo -n "y|"
|
||||
. else
|
||||
@echo -n "n|"
|
||||
. endif
|
||||
. else
|
||||
@echo -n "|"
|
||||
@echo -n "?|"
|
||||
. endif
|
||||
@echo "${LICENSE_TYPE}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user