summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2013-04-06 12:45:05 +0000
committerhauke <hauke@pkgsrc.org>2013-04-06 12:45:05 +0000
commitc4962fc82a9fbc4d76b0abbde5732bfe5e31da50 (patch)
tree1ac04b697b6a089d65a5fbeda1dcfc5fa329d9b5 /net/netatalk
parent46539526ffc05b985490576ec1e3d9d95476e720 (diff)
downloadpkgsrc-c4962fc82a9fbc4d76b0abbde5732bfe5e31da50.tar.gz
Fix the fix:
No Extendes Attributes for NetBSD < 6.99.*, so ad(1) does not get built, and should not appear in PLIST.
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 178b30e0ce1..fecbe3d1d9e 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2013/04/06 10:04:13 sborrill Exp $
+# $NetBSD: Makefile,v 1.98 2013/04/06 12:45:05 hauke Exp $
DISTNAME= netatalk-2.2.1
PKGREVISION= 11
@@ -69,9 +69,8 @@ PLIST.rcd= yes
.endif
PLIST_VARS+= ea
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly"
-PLIST.ea= yes
-.elif (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-5].*))
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "DragonFly" || \
+ (${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-6].[0-8]*))
PLIST.ea= yes
.endif