From f234dc3621395f93b9f78beacc42cefb09e25099 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 1 Aug 2007 21:09:57 +0000 Subject: Fix for bind package name pointed out by John Klos on tech-pkg@ --- net/bind9/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 5889e164bbc..49c1b2cd630 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2007/07/28 11:41:56 adrianp Exp $ +# $NetBSD: Makefile,v 1.92 2007/08/01 21:09:57 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} +PKGNAME= ${DISTNAME:S/-P1/pl1/} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ -- cgit v1.2.3