diff options
author | jlam <jlam> | 2008-04-03 14:22:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-04-03 14:22:26 +0000 |
commit | 9d5e6c7c54a29416cc345e2e1a9cc7e21f458d3d (patch) | |
tree | e149b9b1cbb72ba5ad551820e4dca837a49e5437 /pkgtools | |
parent | 0811c1121273052a9b875ec0a56d8ed869a5ef4d (diff) | |
download | pkgsrc-9d5e6c7c54a29416cc345e2e1a9cc7e21f458d3d.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')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
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 |