Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nsd/Makefile,v
retrieving revision 1.47
diff -N -u Makefile
--- Makefile	1 Feb 2009 19:13:40 -0000	1.47
+++ Makefile	1 Jun 2009 00:58:39 -0000
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.47 2009/02/01 19:13:40 jakob Exp $
+# $OpenBSD: Makefile,v 1.50 2009/05/18 15:05:37 jakob Exp $
 
 COMMENT=	authoritative-only name server daemon
 
-VERSION=	3.2.1
+VERSION=	3.2.2
 DISTNAME=	nsd-${VERSION}
+PKGNAME=	${DISTNAME}
 CATEGORIES=	net
 
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/
@@ -32,8 +33,12 @@
 
 NO_REGRESS=	Yes
 
+DOCS=		README NSD-FOR-BIND-USERS
+
 post-install:
+	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsd
 	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nsd
+	cd ${WRKSRC}/doc; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/nsd
 	mv ${WRKINST}/${SYSCONFDIR}/nsd/nsd.conf.sample ${PREFIX}/share/examples/nsd/nsd.conf
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nsd/distinfo,v
retrieving revision 1.33
diff -N -u distinfo
--- distinfo	1 Feb 2009 19:13:40 -0000	1.33
+++ distinfo	1 Jun 2009 00:58:39 -0000
@@ -1,5 +1,5 @@
-MD5 (nsd-3.2.1.tar.gz) = ZrYCp5O4Ua0QlAPT0mVPrQ==
-RMD160 (nsd-3.2.1.tar.gz) = I96vSXyeTA49fuum2QeIO78ik18=
-SHA1 (nsd-3.2.1.tar.gz) = KCnY8A3JpvExeO+4DCFWb5XbEyo=
-SHA256 (nsd-3.2.1.tar.gz) = CMRffjzNS10oKpWC98Xk8CQFizI5xaWI6B/WimDiN+0=
-SIZE (nsd-3.2.1.tar.gz) = 841192
+MD5 (nsd-3.2.2.tar.gz) = oNywo7PBqNOGEl7q/kA/WA==
+RMD160 (nsd-3.2.2.tar.gz) = dAuBOGSI0/RbgumuJtvXor/IWqk=
+SHA1 (nsd-3.2.2.tar.gz) = I/wL5dRH6oUqzUn2R0PJZAOgkfo=
+SHA256 (nsd-3.2.2.tar.gz) = 1ThgDrpoxrTCl/Oiv8icSEJ8y127oOopuTrSWNFMQ0M=
+SIZE (nsd-3.2.2.tar.gz) = 840917
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/net/nsd/patches/patch-Makefile_in,v
diff -N -u patches/patch-Makefile_in
--- /dev/null	1 Jun 2009 00:58:39 -0000
+++ patches/patch-Makefile_in	1 Jun 2009 00:58:39 -0000
@@ -0,0 +1,21 @@
+$OpenBSD: patch-Makefile_in,v 1.1 2009/05/18 17:35:47 jakob Exp $
+--- Makefile.in.orig	Fri Apr  3 07:56:43 2009
++++ Makefile.in	Mon May 18 12:38:54 2009
+@@ -318,8 +318,6 @@ nsd.conf.sample:	$(srcdir)/nsd.conf.sample.in
+ install: all
+ 	$(INSTALL) -d $(DESTDIR)$(sbindir)
+ 	$(INSTALL) -d $(DESTDIR)$(configdir)
+-	$(INSTALL) -d $(DESTDIR)$(piddir)
+-	$(INSTALL) -d $(DESTDIR)$(dbdir)
+ 	$(INSTALL) -d $(DESTDIR)$(mandir)
+ 	$(INSTALL) -d $(DESTDIR)$(mandir)/man8
+ 	$(INSTALL) -d $(DESTDIR)$(mandir)/man5
+@@ -347,7 +345,7 @@ uninstall:
+ 	rm -f -- $(DESTDIR)$(mandir)/man8/nsd-checkconf.8 $(DESTDIR)$(mandir)/man8/nsd-patch.8
+ 	rm -f -- $(DESTDIR)$(pidfile) $(DESTDIR)$(dbfile)
+ 	@echo
+-	@echo "You still need to remove $(DESTDIR)$(configdir), $(DESTDIR)$(piddir), $(DESTDIR)$(dbdir) directory by hand."
++	@echo "You still need to remove $(DESTDIR)$(configdir) directory by hand."
+ 
+ test: 
+ 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nsd/pkg/PLIST,v
retrieving revision 1.9
diff -N -u pkg/PLIST
--- pkg/PLIST	1 Feb 2009 19:13:40 -0000	1.9
+++ pkg/PLIST	1 Jun 2009 00:58:39 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.9 2009/02/01 19:13:40 jakob Exp $
+@comment $OpenBSD: PLIST,v 1.10 2009/04/19 09:01:18 jakob Exp $
 @man man/man5/nsd.conf.5
 @man man/man8/nsd-checkconf.8
 @man man/man8/nsd-notify.8
@@ -14,6 +14,9 @@
 @bin sbin/nsd-xfer
 sbin/nsdc
 @bin sbin/zonec
+share/doc/nsd/
+share/doc/nsd/NSD-FOR-BIND-USERS
+share/doc/nsd/README
 share/examples/nsd/
 @mode 770
 @group named
@@ -21,7 +24,6 @@
 @mode
 @group
 share/examples/nsd/nsd.conf
-@group named
 @mode 640
 @group named
 @sample ${SYSCONFDIR}/nsd/nsd.conf
