summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2008-02-09 14:08:05 +0000
committerjoerg <joerg>2008-02-09 14:08:05 +0000
commit46db769fe7d2442bec4c5cf0452f41c6c2edff70 (patch)
tree347c540b56dc358bd03ede18bf24a4c2eeb64f0f /pkgtools
parentd4263858ba3f1a889ec140c6cea659103a674bed (diff)
downloadpkgsrc-46db769fe7d2442bec4c5cf0452f41c6c2edff70.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