summaryrefslogtreecommitdiff
path: root/net/bind4
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-04 11:53:07 +0000
committerwiz <wiz>2004-12-04 11:53:07 +0000
commit3275013bc4d015ce3fbf10c131c5143b5895636c (patch)
tree66f7cede4e5821dbc4cf43417f2cea69a05982cb /net/bind4
parent95721fe620504cc175f44b86656e7ec56bd1e0fe (diff)
downloadpkgsrc-3275013bc4d015ce3fbf10c131c5143b5895636c.tar.gz
Replace file existence test for >=NetBSD-1.4 with NOT_FOR_PLATFORM for older
versions. XXX: this package is marked as vulnerable anyway...
Diffstat (limited to 'net/bind4')
-rw-r--r--net/bind4/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile
index c038934d9e4..68974bfddff 100644
--- a/net/bind4/Makefile
+++ b/net/bind4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:22:18 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/12/04 11:53:07 wiz Exp $
#
DISTNAME= bind-4.9.11-REL
@@ -12,9 +12,7 @@ COMMENT= The BIND name server, version 4, as an alternative to BIND 8
WRKSRC= ${WRKDIR}
-.if !exists(/usr/sbin/named-bootconf)
-PKG_FAIL_REASON= "${PKGNAME} is intended for NetBSD 1.4 or higher"
-.endif
+NOT_FOR_PLATFORM= NetBSD-0.*-* NetBSD-1.[0123]*-*
post-extract:
@${RM} -f ${WRKSRC}/compat/include/sys/cdefs.h