summaryrefslogtreecommitdiff
path: root/mk/platform/OSF1.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-03 20:41:53 +0000
committerjlam <jlam@pkgsrc.org>2005-05-03 20:41:53 +0000
commit3f770348b7be434393d4a294a7727d99bd363676 (patch)
tree36fa4f0df1a28f6cf6d6d681bd6844d2218dc39f /mk/platform/OSF1.mk
parent3067665ace328bb83325a03a1125b51716ad97c3 (diff)
downloadpkgsrc-3f770348b7be434393d4a294a7727d99bd363676.tar.gz
Teach the new tools framework about INSTALL and set the appropriate
default value for each platform. Currently, the replacement tools comes from sysutils/coreutils, but where there is no native BSD install program, bootstrap-pkgsrc should probably be made to provide an install shell script as an alternative, and mk/tools/bootstrap.mk should be amended accordingly. Also remove one use of ${TYPE} in pkgsrc (bsd.pkg.mk) under the new tools framework.
Diffstat (limited to 'mk/platform/OSF1.mk')
-rw-r--r--mk/platform/OSF1.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/OSF1.mk b/mk/platform/OSF1.mk
index 6fb7898818b..36bfc2ecb8b 100644
--- a/mk/platform/OSF1.mk
+++ b/mk/platform/OSF1.mk
@@ -1,4 +1,4 @@
-# $NetBSD: OSF1.mk,v 1.5 2005/05/03 18:30:12 jlam Exp $
+# $NetBSD: OSF1.mk,v 1.6 2005/05/03 20:41:53 jlam Exp $
#
# Variable definitions for the OSF1 operating system.
@@ -12,7 +12,6 @@
CPP?= /usr/bin/cpp
ECHO_N?= ${SETENV} CMD_ENV=bsd /usr/bin/echo -n
FETCH_CMD?= ${LOCALBASE}/bin/ftp
-INSTALL= ${LOCALBASE}/bin/install-sh
PKGLOCALEDIR= share
PS?= /bin/ps
STRIP?= /usr/bin/strip
@@ -51,6 +50,7 @@ GZIP_CMD?= /usr/bin/gzip -nf ${GZIP}
HEAD?= /usr/bin/head
HOSTNAME_CMD?= /bin/hostname
ID?= /usr/bin/id
+INSTALL= ${LOCALBASE}/bin/install-sh
LDCONFIG?= ${TRUE}
LN?= /bin/ln
LS?= /bin/ls