aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-06 07:42:00 +0800
committermarcus <marcus@FreeBSD.org>2003-01-06 07:42:00 +0800
commitab1b69673efc28940960283a9bfa68caed9a6eb5 (patch)
tree8af356aeff0b80a02fa2b343b1b6629ce364fcdb
parentbdd0b54610ad21dd669f33bea2a2a3183a6506db (diff)
downloadfreebsd-ports-gnome-ab1b69673efc28940960283a9bfa68caed9a6eb5.tar.gz
freebsd-ports-gnome-ab1b69673efc28940960283a9bfa68caed9a6eb5.tar.zst
freebsd-ports-gnome-ab1b69673efc28940960283a9bfa68caed9a6eb5.zip
Fix a logic reversal error that prevented CNID from being correctly enabled.
-rw-r--r--net/netatalk-devel/Makefile3
-rw-r--r--net/netatalk/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile
index 9d8a310ba665..63a5cd6719f9 100644
--- a/net/netatalk-devel/Makefile
+++ b/net/netatalk-devel/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
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