Add `===> Checking files for pkgname' line to simplify automatic

recognition of various package builds.
This commit is contained in:
espie 2001-03-01 00:01:40 +00:00
parent d8eecece63
commit 8c07bce4dc

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.357 2001/02/24 22:02:08 espie Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.358 2001/03/01 00:01:40 espie 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 $
#
@ -977,6 +977,7 @@ uninstall deinstall package:
fetch: fetch-depends
# You need to define PERMIT_* to make the warning go away.
# See ports/infrastructure/templates/Makefile.template
@${ECHO_MSG} "===> Checking files for ${PKGNAME}"
. if !defined(PERMIT_PACKAGE_CDROM) || !defined(PERMIT_PACKAGE_FTP) || \
!defined(PERMIT_DISTFILES_CDROM) || !defined(PERMIT_DISTFILES_FTP)
@echo >&2 "*** The licensing info for this port is incomplete."