pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Always use the newly built pkg_cr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83d5d66d22cc
branches:  trunk
changeset: 538476:83d5d66d22cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 09 14:08:05 2008 +0000

description:
Always use the newly built pkg_create -- this makes updates easier.

diffstat:

 pkgtools/pkg_install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 06b7b1196de6 -r 83d5d66d22cc pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sat Feb 09 13:58:46 2008 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Feb 09 14:08:05 2008 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index