summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn>2015-03-02 18:20:23 +0000
committertnn <tnn>2015-03-02 18:20:23 +0000
commit0da6736b885b02da4135e30fa77f0f244d9d7967 (patch)
tree86cbfaafc75bdd2041ea1c6ae168172b2cd9e92d /mk
parentf258f016af4b86484bec44cbef59b3c3e1d1f277 (diff)
downloadpkgsrc-0da6736b885b02da4135e30fa77f0f244d9d7967.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