summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-12 00:13:26 +0000
committerrillig <rillig@pkgsrc.org>2006-11-12 00:13:26 +0000
commit5644aacf253701c2a00960bf6f9b7758f456896a (patch)
treefd06c56a0e948a757ea22ef72533a70f87489242 /mk/install
parentbd41165b43550103fb3231133f3089507129f8ce (diff)
downloadpkgsrc-5644aacf253701c2a00960bf6f9b7758f456896a.tar.gz
Moved the check for whether check-wrkref should be run from
install/install.mk to check/check-wrkref.mk. Renamed the check-wrkref target to _check-wrkref.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 57befdf8880..59659994e54 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.29 2006/11/11 23:51:30 rillig Exp $
+# $NetBSD: install.mk,v 1.30 2006/11/12 00:13:26 rillig Exp $
#
# This file provides the code for the "install" phase.
#
@@ -173,9 +173,6 @@ _INSTALL_ALL_TARGETS+= release-install-localbase-lock
.endif
_INSTALL_ALL_TARGETS+= error-check
-.if empty(CHECK_WRKREF:M[nN][oO])
-privileged-install-hook: check-wrkref
-.endif
.if empty(CHECK_FILES:M[nN][oO])
privileged-install-hook: check-files
.endif