pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat Don't mess with PKG_* as it is no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de8ce9e5872
branches:  trunk
changeset: 545145:9de8ce9e5872
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jul 27 16:02:09 2008 +0000

description:
Don't mess with PKG_* as it is not required to build bootstrap
components and it interferes with normal builds.

diffstat:

 pkgtools/libnbcompat/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 9eecc64e0617 -r 9de8ce9e5872 pkgtools/libnbcompat/Makefile
--- a/pkgtools/libnbcompat/Makefile     Sun Jul 27 14:22:18 2008 +0000
+++ b/pkgtools/libnbcompat/Makefile     Sun Jul 27 16:02:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2008/04/21 22:24:43 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2008/07/27 16:02:09 joerg Exp $
 #
 # NOTE: If you update this package, it is *mandatory* that you update
 #      pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
@@ -21,10 +21,6 @@
 GNU_CONFIGURE=         yes
 MAKE_ENV+=             BINMODE=${BINMODE}
 
-PKG_INFO=              PKG_DBDIR=${_PKG_DBDIR} ${PKG_INFO_CMD}
-PKG_CREATE=            PKG_DBDIR=${_PKG_DBDIR} ${PKG_CREATE_CMD}
-PKG_DELETE=            PKG_DBDIR=${_PKG_DBDIR} ${PKG_DELETE_CMD}
-
 do-extract:
        @${CP} -R ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index