summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorassar <assar>2001-06-19 11:54:56 +0000
committerassar <assar>2001-06-19 11:54:56 +0000
commit7e8be1a7898ac582be14eaf5ab796412b88b612e (patch)
treeee590a5b9bfc3e4562b719777f26892887cc341e /mk/bsd.pkg.mk
parent2101ed2ca57caa7a0d9182bfe4fc00611c178f61 (diff)
downloadpkgsrc-7e8be1a7898ac582be14eaf5ab796412b88b612e.tar.gz
do not check for ACCEPTABLE_LICENCES when deinstalling. closes PR pkg/13211
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
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}