diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-26 14:23:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-26 14:23:49 +0000 |
commit | c68db7af00e591a4ff260d83b2b9d93b10a90b91 (patch) | |
tree | 48dffaa2f0a414ae6d65584af5a3335c50d6dcf1 /net/bind98/Makefile | |
parent | 2e440868ab100b767d1b113bc482288564f0585f (diff) | |
download | pkgsrc-c68db7af00e591a4ff260d83b2b9d93b10a90b91.tar.gz |
Make it clearer which package contains exactly which bind version.
Patch from Bug Hunting.
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 494e0fd6de1..b0cf0874b1c 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/07/24 20:16:21 spz Exp $ +# $NetBSD: Makefile,v 1.15 2012/08/26 14:23:49 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.isc.org/software/bind -COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS +HOMEPAGE= http://www.isc.org/software/bind/ +COMMENT= Version 9.8 of the Berkeley Internet Name Daemon, implementation of DNS CONFLICTS+= bind<9.8.0 |