pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib make sure INSTALL gets ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1f7ba9f7597
branches:  trunk
changeset: 517689:b1f7ba9f7597
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Aug 19 14:38:52 2006 +0000

description:
make sure INSTALL gets passed to the Makefile

diffstat:

 pkgtools/pkg_install/files/lib/Makefile.in |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3513ae6369f2 -r b1f7ba9f7597 pkgtools/pkg_install/files/lib/Makefile.in
--- a/pkgtools/pkg_install/files/lib/Makefile.in        Sat Aug 19 11:56:21 2006 +0000
+++ b/pkgtools/pkg_install/files/lib/Makefile.in        Sat Aug 19 14:38:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.12 2006/04/24 13:52:05 dillo Exp $
+# $NetBSD: Makefile.in,v 1.13 2006/08/19 14:38:52 schwarz Exp $
 
 srcdir=                @srcdir@
 
@@ -18,6 +18,8 @@
 DEFS=          @DEFS@ -DDEF_LOG_DIR=\"$(pkgdbdir)\" -DTAR_CMD=\"$(tar)\" -DFTP_CMD=\"$(ftp)\"
 CFLAGS=                @CFLAGS@
 
+INSTALL=       @INSTALL@
+
 LIB=   libinstall.a
 
 OBJS=  automatic.o dewey.o fexec.o file.o ftpio.o global.o lpkg.o path.o pen.o \



Home | Main Index | Thread Index | Old Index