From b913b285a7a6eb85529dcfc3a2865958de611429 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 15 Oct 2006 09:22:49 +0000 Subject: [PATCH] -Q implies -q, anyways. --- infrastructure/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 331003ecc69..16f09fca972 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: bsd.port.mk,v 1.778 2006/10/15 09:20:53 espie Exp $ +# $OpenBSD: bsd.port.mk,v 1.779 2006/10/15 09:22:49 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 $ # @@ -2101,7 +2101,7 @@ print-plist: @${PKG_CMD} -n -q ${PKG_ARGS} ${_PACKAGE_COOKIE} print-plist-contents: - @${PKG_CMD} -n -q -Q ${PKG_ARGS} ${_PACKAGE_COOKIE} + @${PKG_CMD} -n -Q ${PKG_ARGS} ${_PACKAGE_COOKIE} _internal-subpackage: ${_PACKAGE_DEPS}