summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-11 05:42:35 +0000
committertnn <tnn@pkgsrc.org>2016-03-11 05:42:35 +0000
commitb3d5c7860e9090df9ad1c367afe00392753a9987 (patch)
tree380af50bf442d11113b0fa496e66948960d91723 /mk
parent63f96b14b30243beee73131f52b794a09cdcd27f (diff)
downloadpkgsrc-b3d5c7860e9090df9ad1c367afe00392753a9987.tar.gz
let's do just "Solaris" instead of "Oracle"
The only current use of this is pbulk's subject line, and Solaris 11.3 makes more sense than Oracle 11.3.
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 0affe2b8faa..bba380a197c 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.378 2016/03/11 04:58:51 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.379 2016/03/11 05:42:35 tnn Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -249,7 +249,7 @@ LOWER_VARIANT_VERSION= ${_UNAME_V:C/joyent_//}
OS_VARIANT= OmniOS
LOWER_VARIANT_VERSION!= /usr/bin/awk '{ print $$3; exit 0; }' /etc/release
. else
-OS_VARIANT= Oracle
+OS_VARIANT= Solaris
LOWER_VARIANT_VERSION= ${_UNAME_V}
. endif