pass an extra -q to pkg_info -r... that way, we can have "the human version"
be more verbose...
This commit is contained in:
parent
7b17087b7f
commit
ac029da04c
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.1069 2011/01/09 13:07:53 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.1070 2011/01/10 12:59:36 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 $
|
||||
#
|
||||
@ -1942,7 +1942,7 @@ ${WRKDIR}/.dep-${_i:C,>=,ge-,g:C,<=,le-,g:C,<,lt-,g:C,>,gt-,g:C,\*,ANY,g:C,[|:/=
|
||||
fi; \
|
||||
if $$early_exit; then \
|
||||
list=`eval $$toset exec ${MAKE} show=PKGNAMES`; \
|
||||
if ${PKG_INFO} ${PKGDB_LOCK} -r $$pkg $$list; \
|
||||
if ${PKG_INFO} ${PKGDB_LOCK} -q -r $$pkg $$list; \
|
||||
then \
|
||||
break; \
|
||||
else \
|
||||
|
Loading…
x
Reference in New Issue
Block a user