summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-03-02 08:49:40 +0000
committerwiz <wiz@pkgsrc.org>2007-03-02 08:49:40 +0000
commit1520ab35d5edb070f425dde017be365b54c4f693 (patch)
tree19607f6314dd53fd19aef67704e1c9d4e45ae5f7 /mk/install
parent8192513f8f8f0c06e2427328fe6bd27e2ea00939 (diff)
downloadpkgsrc-1520ab35d5edb070f425dde017be365b54c4f693.tar.gz
Desupport unused FORCE_PKG_REGISTER.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 63f17a892c5..9262b80635f 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.33 2007/03/02 05:54:18 wiz Exp $
+# $NetBSD: install.mk,v 1.34 2007/03/02 08:49:40 wiz Exp $
#
# This file provides the code for the "install" phase.
#
@@ -137,7 +137,7 @@ release-install-localbase-lock: release-localbase-lock
.if ${_USE_DESTDIR} != "user-destdir"
_INSTALL_ALL_TARGETS+= acquire-install-localbase-lock
.endif
-.if !defined(FORCE_PKG_REGISTER) && ${_USE_DESTDIR} == "no"
+.if ${_USE_DESTDIR} == "no"
_INSTALL_ALL_TARGETS+= install-check-conflicts
_INSTALL_ALL_TARGETS+= install-check-installed
.endif