From 04747a018637511dfcc2aaef41099f94ca3625bc Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 5 Jan 2003 23:42:00 +0000 Subject: Fix a logic reversal error that prevented CNID from being correctly enabled. --- net/netatalk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/netatalk') diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 9d8a310ba665..63a5cd6719f9 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.6.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -36,7 +37,7 @@ PLIST_SUB+= NETATALKPAM="@comment " # pickup afpd servers in the network. CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} .endif -.if !defined(WITHOUT_CNID) +.if defined(WITHOUT_CNID) # Configure old LAST DID support. By default, the new CNID persistent DID # calculation scheme is used. However, if you wish to revert back to the old # 1.5.x default scheme, specify WITHOUT_CNID -- cgit v1.2.3