summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-02 18:20:23 +0000
committertnn <tnn@pkgsrc.org>2015-03-02 18:20:23 +0000
commit8fd5a54d8c33b65ac9a5dafeebab84b8671d0f17 (patch)
tree86cbfaafc75bdd2041ea1c6ae168172b2cd9e92d /mk
parenteea15bf08f950cbdcec42b03bbe45d32dd59bc13 (diff)
downloadpkgsrc-8fd5a54d8c33b65ac9a5dafeebab84b8671d0f17.tar.gz
drop trailing space
Diffstat (limited to 'mk')
-rw-r--r--mk/emulator/linux.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk
index 47f1b303e08..374493af966 100644
--- a/mk/emulator/linux.mk
+++ b/mk/emulator/linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: linux.mk,v 1.27 2014/12/17 01:03:37 rodent Exp $
+# $NetBSD: linux.mk,v 1.28 2015/03/02 18:20:23 tnn Exp $
#
# Linux binary emulation framework
#
@@ -14,10 +14,10 @@ EMUL_TYPE.linux?= none
# Pick appropriate SuSE Linux version for NetBSD amd64 and i386.
.if ${OPSYS} == "NetBSD" && ${EMUL_ARCH} != "powerpc"
# Use 13.1 under NetBSD 7.* and newer,
-. if empty(OS_VERSION:M[0-6].*)
+. if empty(OS_VERSION:M[0-6].*)
SUSE_PREFER?= 13.1
# 12.1 under NetBSD 6.*, and 10.0 otherwise.
-. elif empty(OS_VERSION:M[0-5].*)
+. elif empty(OS_VERSION:M[0-5].*)
SUSE_PREFER?= 12.1
. endif
.endif