pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Override PKG_INFO_CMD to point to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4febe40e5c1f
branches:  trunk
changeset: 540235:4febe40e5c1f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 03 14:22:26 2008 +0000

description:
Override PKG_INFO_CMD to point to the just-built pkg_info so that
pkg_install can install using newer features without warnings.

diffstat:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 21ac316551ff -r 4febe40e5c1f pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Thu Apr 03 14:07:51 2008 +0000
+++ b/pkgtools/pkg_install/Makefile     Thu Apr 03 14:22:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2008/03/21 23:28:33 joerg Exp $
+# $NetBSD: Makefile,v 1.149 2008/04/03 14:22:26 jlam Exp $
 
 # Notes to package maintainers:
 #
@@ -56,6 +56,7 @@
 PKG_ADD_CMD=           ${WRKSRC}/add/pkg_add
 PKG_CREATE_CMD=                ${WRKSRC}/create/pkg_create
 PKG_DELETE_CMD=                ${WRKSRC}/delete/pkg_delete
+PKG_INFO_CMD=          ${WRKSRC}/info/pkg_info
 
 CPPFLAGS+=             -D_LARGEFILE_SOURCE -D_LARGE_FILES
 CPPFLAGS+=             -D_FILE_OFFSET_BITS=64



Home | Main Index | Thread Index | Old Index