summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-27 22:46:10 +0000
committerjlam <jlam@pkgsrc.org>2006-04-27 22:46:10 +0000
commit618d9250fa8504f47d126c19f54d34ca8e5ce91a (patch)
tree7d778da3aa558bceadb0a572fcfc047cb5b86396 /net
parent24ad3a7f29211a7b121998b7eda53bee7e62df39 (diff)
downloadpkgsrc-618d9250fa8504f47d126c19f54d34ca8e5ce91a.tar.gz
We don't need to set PKG_GECOS.<user> since the new defaults in
pkgsrc/mk/install/usergroupfuncs:1.7 already handle this case.
Diffstat (limited to 'net')
-rw-r--r--net/djbdns-run/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/djbdns-run/Makefile b/net/djbdns-run/Makefile
index c24f27d0e72..173bc169e23 100644
--- a/net/djbdns-run/Makefile
+++ b/net/djbdns-run/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/23 00:12:39 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/04/27 22:46:10 jlam Exp $
#
DISTNAME= djbdns-run-20050415
@@ -34,10 +34,6 @@ PKG_USERS+= tinydns:djbdns
RCD_SCRIPTS= axfrdns djbdns dnscache rbldns tinydns
FILES_SUBST+= PKGNAME=${PKGNAME:Q}
-.for user in ${PKG_USERS:C/\:.*//}
-PKG_GECOS.${user}= djbdns ${user} pseudo-user
-.endfor
-
INSTALLATION_DIRS= bin share/doc/djbdns-run
.include "../../mk/bsd.prefs.mk"