summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-03 14:22:26 +0000
committerjlam <jlam@pkgsrc.org>2008-04-03 14:22:26 +0000
commita8d98ad4bf0297db89a3b22d5f1789ef47c38949 (patch)
treee149b9b1cbb72ba5ad551820e4dca837a49e5437 /pkgtools/pkg_install
parentcaa9b2eebfa0d1aedfcdc490b2eadebd6200274f (diff)
downloadpkgsrc-a8d98ad4bf0297db89a3b22d5f1789ef47c38949.tar.gz
Override PKG_INFO_CMD to point to the just-built pkg_info so that
pkg_install can install using newer features without warnings.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index c1ae689eefc..15f141d1cae 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -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 @@ USE_NATIVE_GCC= yes
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