summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>1999-05-26 14:47:07 +0000
committertv <tv>1999-05-26 14:47:07 +0000
commit0b51b02e543b6543ddca9a7a6d2092363638da04 (patch)
treeddd3c11482c4888e8c030ec4f04b0303c785ea18 /mk
parent1008f819b5e351cc1ac862043add94bf2bb2e082 (diff)
downloadpkgsrc-0b51b02e543b6543ddca9a7a6d2092363638da04.tar.gz
`I'm a bonehead.' Reverse the order of components in ${MACHINE_GNU_PLATFORM}.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 553e362c3c6..7df5dc8290b 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.7 1999/05/24 18:42:01 tv Exp $
+# $NetBSD: bsd.prefs.mk,v 1.8 1999/05/26 14:47:07 tv Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -44,7 +44,7 @@ LOWER_VENDOR?=
LOWER_ARCH?= ${MACHINE_GNU_ARCH}
MACHINE_PLATFORM?= ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
-MACHINE_GNU_PLATFORM?= ${LOWER_OPSYS}-${LOWER_VENDOR}-${LOWER_ARCH}
+MACHINE_GNU_PLATFORM?= ${LOWER_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}
# Needed on NetBSD and SunOS (zoularis) to prevent an "install:" target
# from being created in bsd.own.mk.