summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland>2015-11-08 21:31:59 +0000
committerdholland <dholland>2015-11-08 21:31:59 +0000
commit99dc24eb35b0b4f006f11be57f08810c4c1923a6 (patch)
tree2edf8a8d606cbcf4cd76da9ccd0591b13a8cbef7 /chat
parent043b3791051688ab6129a4f620a98ef1e6b39c3e (diff)
downloadpkgsrc-99dc24eb35b0b4f006f11be57f08810c4c1923a6.tar.gz
Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes.
Sigh.
Diffstat (limited to 'chat')
-rw-r--r--chat/atheme/Makefile6
1 files changed, 2 insertions, 4 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