diff options
author | joerg <joerg@pkgsrc.org> | 2008-02-09 14:08:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-02-09 14:08:05 +0000 |
commit | 1960164c7ea167a0a9477bf8d127ccfa2807c665 (patch) | |
tree | 347c540b56dc358bd03ede18bf24a4c2eeb64f0f | |
parent | 938185d6499e092308102424493ebcb3f26ad0fa (diff) | |
download | pkgsrc-1960164c7ea167a0a9477bf8d127ccfa2807c665.tar.gz |
Always use the newly built pkg_create -- this makes updates easier.
-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 0153062aa1f..06ca8a60628 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.145 2007/11/11 11:35:50 martti Exp $ +# $NetBSD: Makefile,v 1.146 2008/02/09 14:08:05 joerg Exp $ # Notes to package maintainers: # @@ -51,6 +51,7 @@ CHECK_PERMS= no # pkg_install might required features of the new program. # USE_NATIVE_GCC= yes +PKG_CREATE= ${WRKSRC}/create/pkg_create PKG_DELETE= ${WRKSRC}/delete/pkg_delete CPPFLAGS+= -D_LARGEFILE_SOURCE -D_LARGE_FILES |