diff options
author | triaxx <triaxx@pkgsrc.org> | 2018-10-30 09:34:45 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2018-10-30 09:34:45 +0000 |
commit | d92e6f463470053da71c42a2aecd63e1331a90cd (patch) | |
tree | 67dc7f4d761e17e7686f92b3b46e005a8b180665 /net | |
parent | 3d9b1ac6fb1e9e2ea0e91a77c9534a85cab52a71 (diff) | |
download | pkgsrc-d92e6f463470053da71c42a2aecd63e1331a90cd.tar.gz |
bind912: typo in COMMENT
Diffstat (limited to 'net')
-rw-r--r-- | net/bind912/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind912/Makefile b/net/bind912/Makefile index 50588bc6151..74721cdd233 100644 --- a/net/bind912/Makefile +++ b/net/bind912/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/10/21 15:51:46 taca Exp $ +# $NetBSD: Makefile,v 1.6 2018/10/30 09:34:45 triaxx Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ -COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.11 +COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.12 LICENSE= mpl-2.0 CONFLICTS+= host-[0-9]* |