diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-08 21:31:59 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-08 21:31:59 +0000 |
commit | 8a04a8d2262843737b9fe5d9518f124f39540792 (patch) | |
tree | 2edf8a8d606cbcf4cd76da9ccd0591b13a8cbef7 /chat | |
parent | a8a9c9a3ce9e786a76828a707f332a7d00ff2dc8 (diff) | |
download | pkgsrc-8a04a8d2262843737b9fe5d9518f124f39540792.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/Makefile | 6 |
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 |