summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-04 11:53:07 +0000
committerwiz <wiz@pkgsrc.org>2004-12-04 11:53:07 +0000
commit6dc8a39a0132b9f979e06e3d54764e2fd003abc2 (patch)
tree66f7cede4e5821dbc4cf43417f2cea69a05982cb /net
parent44a6c442ddbe9ce2b724972757fa36f44cbad2e2 (diff)
downloadpkgsrc-6dc8a39a0132b9f979e06e3d54764e2fd003abc2.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')
-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