summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
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