summaryrefslogtreecommitdiff
path: root/net/nsd
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
committerjlam <jlam@pkgsrc.org>2006-04-23 00:12:35 +0000
commit802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (patch)
tree6dc352508076c2511c051c32fe25d3b9ea6c8c20 /net/nsd
parent2797f2c4fb216f032f202408065b46d743490144 (diff)
downloadpkgsrc-802ce74fcbb88a27d21b45fde8f40d7ac06aaeff.tar.gz
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Diffstat (limited to 'net/nsd')
-rw-r--r--net/nsd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index aa1b4e7c22f..11f7ce50512 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/04/06 06:22:34 reed Exp $
+# $NetBSD: Makefile,v 1.36 2006/04/23 00:12:40 jlam Exp $
DISTNAME= nsd-2.3.3
CATEGORIES= net
@@ -29,11 +29,11 @@ CONFIGURE_ARGS+=--with-dbfile=${VARBASE}/db/nsd.db
RCD_SCRIPTS= nsd
FILES_SUBST+= NSDDB=${VARBASE}/db/nsd.db
-PKG_GROUPS?= nsd
-PKG_USERS?= nsd:nsd::nsd\ pseudo-user
+PKG_GROUPS?= nsd
+PKG_USERS?= nsd:nsd
.for _file_ in nsd.zones nsdc.conf
-CONF_FILES+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/nsd/${_file_}
+CONF_FILES+= ${EXAMPLEDIR}/${_file_} ${PKG_SYSCONFDIR}/nsd/${_file_}
.endfor
post-install: