pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind9 Fix for bind package name pointed out by Joh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/789cd9920d59
branches:  trunk
changeset: 531547:789cd9920d59
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Aug 01 21:09:57 2007 +0000

description:
Fix for bind package name pointed out by John Klos on tech-pkg@

diffstat:

 net/bind9/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d7cde76cce1d -r 789cd9920d59 net/bind9/Makefile
--- a/net/bind9/Makefile        Wed Aug 01 21:07:16 2007 +0000
+++ b/net/bind9/Makefile        Wed Aug 01 21:09:57 2007 +0000
@@ -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}/
 



Home | Main Index | Thread Index | Old Index