summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortron <tron>2001-03-24 21:06:52 +0000
committertron <tron>2001-03-24 21:06:52 +0000
commit692af4c53f1a3704ca86458f960a5cd78feb3f09 (patch)
tree5da62bd7a65218c208b410244762953782f7316a /mk/bsd.prefs.mk
parente5a9e9fb7bcdcff4ce63317ec551cba57fec9e23 (diff)
downloadpkgsrc-692af4c53f1a3704ca86458f960a5cd78feb3f09.tar.gz
Fix typo in last commit.
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 687a7574224..71078f5917c 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.30 2001/03/24 21:05:49 tron Exp $
+# $NetBSD: bsd.prefs.mk,v 1.31 2001/03/24 21:06:52 tron Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -217,7 +217,7 @@ PKGTOOLS_VERSION!=${PKG_TOOLS_BIN}/pkg_info -V 2>/dev/null || echo 20010302
MAKEFLAGS+= PKGTOOLS_VERSION="${PKGTOOLS_VERSION}"
.endif
-.if (${OPSYS} != SunOS) && !defined(ZOULARIS_VERSION)
+.if (${OPSYS} == SunOS) && !defined(ZOULARIS_VERSION)
.if !exists(${LOCALBASE}/bsd/share/mk/zoularis.mk)
ZOULARIS_VERSION= 20000522
.else