diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-06-21 22:13:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-06-21 22:13:22 +0000 |
commit | 417ce0dd73fba9abec944396ffd839af67741269 (patch) | |
tree | 73300b21f743370f587ab57913821386d7063883 /net/bind9/Makefile | |
parent | bdc5a928972e5e9a7323ed5dad4665a8149f8c2b (diff) | |
download | pkgsrc-417ce0dd73fba9abec944396ffd839af67741269.tar.gz |
Fix two typos: inclue => include
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index bd6cc4072e4..1f0f6aa754e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.99 2008/06/20 01:09:29 joerg Exp $ +# $NetBSD: Makefile,v 1.100 2008/06/21 22:13:22 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P1/pl1/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |