diff options
author | wiz <wiz> | 2004-12-04 11:53:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-04 11:53:07 +0000 |
commit | 9a206314697811f0841ef1c15984a6f27ee526f2 (patch) | |
tree | 66f7cede4e5821dbc4cf43417f2cea69a05982cb /net/bind4 | |
parent | 1d3fd1e3e8b59b4249f805e49a8826358db46555 (diff) | |
download | pkgsrc-9a206314697811f0841ef1c15984a6f27ee526f2.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/Makefile | 6 |
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 |