From b04ec88bed1265555fc6d3ffcb8c549782a1b285 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 8 Nov 2015 21:31:59 +0000 Subject: Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes. Sigh. --- chat/atheme/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chat') 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 -- cgit v1.2.3