diff options
author | reed <reed@pkgsrc.org> | 2007-08-08 18:32:45 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-08-08 18:32:45 +0000 |
commit | 2da7fd65d2b7df278b989996dfa31b1006096736 (patch) | |
tree | 24a37984972f79c9ad537b0ab3c183d48cb79b8f /net/bind9/Makefile | |
parent | fb75a513b2d9be4717f65d57a1340e4d2a39afa6 (diff) | |
download | pkgsrc-2da7fd65d2b7df278b989996dfa31b1006096736.tar.gz |
Fix two typos. I didn't test this. Bump PKGREVISION as on
"dragonfly" this may change the build.
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 49c1b2cd630..0f7d36d2560 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.92 2007/08/01 21:09:57 adrianp Exp $ +# $NetBSD: Makefile,v 1.93 2007/08/08 18:32:46 reed Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P1/pl1/} CATEGORIES= net +PKGREVISION= 1 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org |