summaryrefslogtreecommitdiff
path: root/pkgtools
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
commit2978ba2c23deef0ec6be27786e35db72bd8536f9 (patch)
tree347c540b56dc358bd03ede18bf24a4c2eeb64f0f /pkgtools
parentc5f839e96b4abd80e724cc7faf99e437738bbabc (diff)
downloadpkgsrc-2978ba2c23deef0ec6be27786e35db72bd8536f9.tar.gz
Always use the newly built pkg_create -- this makes updates easier.
Diffstat (limited to 'pkgtools')
-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