summaryrefslogtreecommitdiff
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
commit46f875d591beb5b1a5f2d9691ceacd1e0a17a25c (patch)
treee149b9b1cbb72ba5ad551820e4dca837a49e5437
parent981d8b9493aabe9e233da8d33d3b6f3d6701c24f (diff)
downloadpkgsrc-46f875d591beb5b1a5f2d9691ceacd1e0a17a25c.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.
-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