summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache>2014-02-14 06:39:32 +0000
committerobache <obache>2014-02-14 06:39:32 +0000
commit3c2e446675a73f2780d71847b0ee9f7301fc6127 (patch)
treec6db44980439fe4f6b84830c0b8c873914047f69 /mk
parent77719679bb73bd4171cd01f686010d7f781e455d (diff)
downloadpkgsrc-3c2e446675a73f2780d71847b0ee9f7301fc6127.tar.gz
Prevent to force creating binary package in ${PACKAGES} for the case installing
dependency with USE_DESTDIR=yes unless creating binary packages.
Diffstat (limited to 'mk')
-rw-r--r--mk/depends/bsd.depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/depends/bsd.depends.mk b/mk/depends/bsd.depends.mk
index 7977ead843d..ed34201ffa2 100644
--- a/mk/depends/bsd.depends.mk
+++ b/mk/depends/bsd.depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.depends.mk,v 1.24 2013/05/09 23:37:26 riastradh Exp $
+# $NetBSD: bsd.depends.mk,v 1.25 2014/02/14 06:39:32 obache Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to dependencies.
@@ -30,7 +30,7 @@ DEPENDS_TARGET= update
. endif
. elif make(bin-install) || make(su-bin-install)
DEPENDS_TARGET= bin-install
-. elif !empty(USE_DESTDIR:M[Yy][Ee][Ss]) || make(package) || make(package-install)
+. elif make(package) || make(package-install)
DEPENDS_TARGET= package-install
. else
DEPENDS_TARGET= reinstall