summaryrefslogtreecommitdiff
path: root/net/nsd
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 08:19:40 +0000
committersnj <snj@pkgsrc.org>2004-04-25 08:19:40 +0000
commit7d8cadd527e4844c961ef0661d39b1b1815516fb (patch)
treeb36160929ab108b37f50c315c838d4c586e4bc20 /net/nsd
parent176497b1c4c9634c31984a0310e2374ec9816d1e (diff)
downloadpkgsrc-7d8cadd527e4844c961ef0661d39b1b1815516fb.tar.gz
Convert to buildlink3 and correct a typo in DESCR.
Diffstat (limited to 'net/nsd')
-rw-r--r--net/nsd/DESCR2
-rw-r--r--net/nsd/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/nsd/DESCR b/net/nsd/DESCR
index 1dc49b8c3ee..a940a125d66 100644
--- a/net/nsd/DESCR
+++ b/net/nsd/DESCR
@@ -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 --git a/net/nsd/Makefile b/net/nsd/Makefile
index f6a8167ea06..8c1a760cc34 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -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 @@ BUILD_DEFS+= USE_INET6
.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 @@ post-install:
${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"