summaryrefslogtreecommitdiff
path: root/mk/build
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-06 17:22:13 +0000
committerjlam <jlam>2006-07-06 17:22:13 +0000
commitdea7de36d14717c02e0585542276aef4a8f26692 (patch)
treed1fee3a79ba8f2afc6c7e27552e128b3fe7949d4 /mk/build
parentbb504fe8178ec6b3f19705aa7fe8f2de7d757abd (diff)
downloadpkgsrc-dea7de36d14717c02e0585542276aef4a8f26692.tar.gz
Always run the "pkginstall" step even if NO_BUILD is specified.
Diffstat (limited to 'mk/build')
-rw-r--r--mk/build/bsd.build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build/bsd.build.mk b/mk/build/bsd.build.mk
index 3deceae0dc8..66a648f6faf 100644
--- a/mk/build/bsd.build.mk
+++ b/mk/build/bsd.build.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.build.mk,v 1.3 2006/07/05 22:21:02 jlam Exp $
+# $NetBSD: bsd.build.mk,v 1.4 2006/07/06 17:22:13 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to building sources for a package.
@@ -29,7 +29,7 @@ _TEST_COOKIE= ${WRKDIR}/.test_done
build:
@${DO_NADA}
. else
-build: configure build-cookie
+build: configure build-cookie pkginstall
. endif
.endif