diff options
author | grant <grant@pkgsrc.org> | 2003-10-11 14:23:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-11 14:23:04 +0000 |
commit | 3f27c0edbfb589b96a8c978c2c4f8077b0251a8f (patch) | |
tree | 289d545af6a3bb87041c80b0aefdec03010d31d4 /net/host | |
parent | dbdb7f6b14353bc57083f749c8c98334b5232b31 (diff) | |
download | pkgsrc-3f27c0edbfb589b96a8c978c2c4f8077b0251a8f.tar.gz |
replace MASTER_SITES with MASTER_SITE_BACKUP, as the "real" master
site doesn't have the distfile anymore.
also add a CONFLICT on bind, as it includes bin/host also.
fixes PR pkg/20810 from Jeremy C. Reed.
Diffstat (limited to 'net/host')
-rw-r--r-- | net/host/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index bfdac7bd1d7..c6744598d81 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:10:44 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/10/11 14:23:04 grant Exp $ DISTNAME= host_991529 PKGNAME= host-991529 WRKSRC= ${WRKDIR} CATEGORIES= net -MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ +MASTER_SITES= ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nikhef.nl/user/e07/ COMMENT= Powerful DNS query and testing tool +CONFLICTS+= bind-[0-9]* + .include "../../mk/bsd.prefs.mk" # If you've removed $HOSTALIASES support from your system then |