From 7e8be1a7898ac582be14eaf5ab796412b88b612e Mon Sep 17 00:00:00 2001 From: assar Date: Tue, 19 Jun 2001 11:54:56 +0000 Subject: do not check for ACCEPTABLE_LICENCES when deinstalling. closes PR pkg/13211 --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index fbf74b492c8..20114f2482f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.762 2001/06/18 21:23:35 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.763 2001/06/19 11:54:56 assar Exp $ # # This file is in the public domain. # @@ -1054,7 +1054,7 @@ IGNORE+= "${PKGNAME} is not available for ${MACHINE_PLATFORM}" # Now print some error messages that we know we should ignore the pkg # .if defined(IGNORE) -fetch checksum extract patch configure all build install deinstall package \ +fetch checksum extract patch configure all build install package \ install-depends check-depends: .if defined(IGNORE_SILENT) @${DO_NADA} -- cgit v1.2.3