pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Missing a line from the previous commit that would ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54d6d39d1ddd
branches:  trunk
changeset: 503496:54d6d39d1ddd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 22 03:41:20 2005 +0000

description:
Missing a line from the previous commit that would cause PKG_DB_TMPDIR
to also be forcibly created (if missing) as part of "make install".

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 304ccf318e93 -r 54d6d39d1ddd mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Nov 22 03:38:40 2005 +0000
+++ b/mk/bsd.pkg.mk     Tue Nov 22 03:41:20 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1766 2005/11/22 03:38:40 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1767 2005/11/22 03:41:20 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -2604,7 +2604,7 @@
 
 .PHONY: install
 .if !target(install)
-install: ${_PKGSRC_BUILD_TARGETS} acquire-install-lock ${_INSTALL_COOKIE} release-install-lock
+install: ${_PKGSRC_BUILD_TARGETS} ${PKG_DB_TMPDIR} acquire-install-lock ${_INSTALL_COOKIE} release-install-lock
 .endif
 
 .PHONY: package



Home | Main Index | Thread Index | Old Index