diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-06 17:22:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-06 17:22:13 +0000 |
commit | 6abd5225807965abe07c9a8f59212565c134e56c (patch) | |
tree | d1fee3a79ba8f2afc6c7e27552e128b3fe7949d4 | |
parent | c3058a1934bb54169b6cc404f913f6524e937635 (diff) | |
download | pkgsrc-6abd5225807965abe07c9a8f59212565c134e56c.tar.gz |
Always run the "pkginstall" step even if NO_BUILD is specified.
-rw-r--r-- | mk/build/bsd.build.mk | 4 |
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 |