pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/nsd Convert to buildlink3 and correct a typo in DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89feaedeb42d
branches:  trunk
changeset: 474064:89feaedeb42d
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 08:19:40 2004 +0000

description:
Convert to buildlink3 and correct a typo in DESCR.

diffstat:

 net/nsd/DESCR    |  2 +-
 net/nsd/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 94b015c41894 -r 89feaedeb42d net/nsd/DESCR
--- a/net/nsd/DESCR     Sun Apr 25 08:11:38 2004 +0000
+++ b/net/nsd/DESCR     Sun Apr 25 08:19:40 2004 +0000
@@ -1,6 +1,6 @@
 This is NSD Name Server Daemon (NSD).
 
-NSD is a complete implementation of an autoritative DNS nameserver.
+NSD is a complete implementation of an authoritative DNS nameserver.
 For further information about what NSD is and what NSD is not please
 consult the REQUIREMENTS document which is a part of this distribution
 (thanks to Olaf).
diff -r 94b015c41894 -r 89feaedeb42d net/nsd/Makefile
--- a/net/nsd/Makefile  Sun Apr 25 08:11:38 2004 +0000
+++ b/net/nsd/Makefile  Sun Apr 25 08:19:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/04/23 18:42:05 itojun Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/25 08:19:40 snj Exp $
 
 DISTNAME=      nsd-2.0.2
 CATEGORIES=    net
@@ -13,7 +13,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 CONFIGURE_ARGS=        --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=--enable-bind8-stats
@@ -37,5 +37,5 @@
        ${INSTALL_DATA} ${WRKSRC}/contrib/${FILE} ${PREFIX}/share/nsd/contrib
 .endfor
 
-.include "../../security/tcp_wrappers/buildlink2.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index