pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods We always have ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7358ef592377
branches:  trunk
changeset: 537694:7358ef592377
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jan 14 05:08:52 2008 +0000

description:
We always have install-sh on HPUX

diffstat:

 pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 31aee22dc5d8 -r 7358ef592377 pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk        Mon Jan 14 05:00:43 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/HPUX.sys.mk        Mon Jan 14 05:08:52 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HPUX.sys.mk,v 1.1 2008/01/14 05:00:43 tnn Exp $
+#      $NetBSD: HPUX.sys.mk,v 1.2 2008/01/14 05:08:52 tnn Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run Unix
@@ -50,7 +50,7 @@
 COMPILE.r?=    ${FC} ${FFLAGS} ${RFLAGS} -c
 LINK.r?=       ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
 
-INSTALL?=      install
+INSTALL?=      ${PREFIX}/bin/install-sh
 
 LEX?=          lex
 LFLAGS?=



Home | Main Index | Thread Index | Old Index