summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-08 21:31:59 +0000
committerdholland <dholland@pkgsrc.org>2015-11-08 21:31:59 +0000
commit8a04a8d2262843737b9fe5d9518f124f39540792 (patch)
tree2edf8a8d606cbcf4cd76da9ccd0591b13a8cbef7
parenta8a9c9a3ce9e786a76828a707f332a7d00ff2dc8 (diff)
downloadpkgsrc-8a04a8d2262843737b9fe5d9518f124f39540792.tar.gz
Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes.
Sigh.
-rw-r--r--chat/atheme/Makefile6
-rw-r--r--lang/yap/Makefile6
2 files changed, 4 insertions, 8 deletions
diff --git a/chat/atheme/Makefile b/chat/atheme/Makefile
index 16e02f5a28c..0db82af4037 100644
--- a/chat/atheme/Makefile
+++ b/chat/atheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/11/07 20:38:08 dholland Exp $
+# $NetBSD: Makefile,v 1.12 2015/11/08 21:31:59 dholland Exp $
#
DISTNAME= atheme-services-3.0.4
@@ -41,9 +41,7 @@ FILES_SUBST+= ATHEME_GROUP=${ATHEME_GROUP}
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= posixcrypt
-.if ${OPSYS} == "Darwin"
-PLIST.posixcrypt= no
-.else
+.if ${OPSYS} != "Darwin"
PLIST.posixcrypt= yes
.endif
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 95a0ed7253b..586043c06c8 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/11/08 19:27:40 dholland Exp $
+# $NetBSD: Makefile,v 1.22 2015/11/08 21:31:59 dholland Exp $
DISTNAME= yap-6.3.3
PKGREVISION= 3
@@ -30,9 +30,7 @@ CONFIGURE_ENV+= INDENT=${TRUE:Q}
# non-default compiler seems like overkill, so for now at least we'll
# approximate by OS.
PLIST_VARS+= horus
-.if ${OPSYS} == "OpenBSD"
-PLIST.horus= no
-.else
+.if ${OPSYS} != "OpenBSD"
PLIST.horus= yes
.endif