summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-08-30 14:47:29 +0000
committerjperkin <jperkin>2013-08-30 14:47:29 +0000
commitb9025e69a9e92b6aac928077620dc772a05943dd (patch)
treed95c1b4083f3db741c7ba4c68a7a557978df6644 /pkgtools/bootstrap-mk-files
parentb45dc12aba60eb6d56766c0564dc71a81c05d300 (diff)
downloadpkgsrc-b9025e69a9e92b6aac928077620dc772a05943dd.tar.gz
bootstrap-mk-files-20130830: Use bsdinstall on SunOS by default.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 7ca112325e8..48f59298c77 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2013/07/26 09:38:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2013/08/30 14:47:29 jperkin Exp $
-DISTNAME= bootstrap-mk-files-20130727
+DISTNAME= bootstrap-mk-files-20130830
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
index a9fd01f62f8..8d1942c585d 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.sys.mk,v 1.5 2013/07/03 11:34:27 jperkin Exp $
+# $NetBSD: SunOS.sys.mk,v 1.6 2013/08/30 14:47:29 jperkin Exp $
# NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
@@ -65,7 +65,7 @@ LINK.F?= ${FC} ${FFLAGS} ${CPPFLAGS} ${LDFLAGS}
COMPILE.r?= ${FC} ${FFLAGS} ${RFLAGS} -c
LINK.r?= ${FC} ${FFLAGS} ${RFLAGS} ${LDFLAGS}
-INSTALL?= ${PREFIX}/bin/install-sh
+INSTALL?= ${PREFIX}/bin/bsdinstall
LEX?= lex
LFLAGS?=