summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-02-09 14:08:05 +0000
committerjoerg <joerg@pkgsrc.org>2008-02-09 14:08:05 +0000
commit1960164c7ea167a0a9477bf8d127ccfa2807c665 (patch)
tree347c540b56dc358bd03ede18bf24a4c2eeb64f0f /pkgtools/pkg_install/Makefile
parent938185d6499e092308102424493ebcb3f26ad0fa (diff)
downloadpkgsrc-1960164c7ea167a0a9477bf8d127ccfa2807c665.tar.gz
Always use the newly built pkg_create -- this makes updates easier.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-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 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