summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-01-31 08:18:44 +0000
committersbd <sbd@pkgsrc.org>2011-01-31 08:18:44 +0000
commit58febb1f961ad71b99b5ad40f758fe705e796de0 (patch)
tree180df5743f921296fa631e7aa27e529276806056 /mk/bsd.prefs.mk
parenta50bf9ea3e0efae04166a5ada1d1e2a496638d31 (diff)
downloadpkgsrc-58febb1f961ad71b99b5ad40f758fe705e796de0.tar.gz
Remove the unneeded backslashes from the AIX OS_VERSION setting.
Closes PR/44421.
Diffstat (limited to 'mk/bsd.prefs.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 d6f55ab373e..12737fd67c7 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.312 2011/01/23 19:07:25 agc Exp $
+# $NetBSD: bsd.prefs.mk,v 1.313 2011/01/31 08:18:44 sbd Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -115,7 +115,7 @@ _OS_VERSION!= /usr/bin/oslevel
. else
_OS_VERSION!= echo `${UNAME} -v`.`${UNAME} -r`
. endif
-OS_VERSION= ${_OS_VERSION:C/\([0-9]*\.[0-9]*\).*/\1/}
+OS_VERSION= ${_OS_VERSION:C/([0-9]*\.[0-9]*).*/\1/}
LOWER_OPSYS_VERSUFFIX= ${_OS_VERSION}
LOWER_OPSYS?= aix
LOWER_VENDOR?= ibm