summaryrefslogtreecommitdiff
path: root/net/nsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nsd/Makefile')
-rw-r--r--net/nsd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index ad821d09ec6..e35a242d056 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/06/11 05:53:06 simonb Exp $
+# $NetBSD: Makefile,v 1.11 2003/06/17 07:50:44 itojun Exp $
-DISTNAME= nsd-1.0.1
-PKGNAME= nsd-1.0.1
+DISTNAME= nsd-1.1.0
+PKGNAME= nsd-1.1.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.nlnetlabs.nl/nsd/index.html
COMMENT= authoritative-only DNS server
-PKG_SYSCONFSUBDIR= nsd
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.pkg.mk"