summaryrefslogtreecommitdiff
path: root/net/djbdns-run
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-27 22:46:10 +0000
committerjlam <jlam>2006-04-27 22:46:10 +0000
commitd1b25fe0c52a485a25ac14c7197b1bffc080ca21 (patch)
tree7d778da3aa558bceadb0a572fcfc047cb5b86396 /net/djbdns-run
parent2ae1485b38b29c4e36ff83e1d6e6841b6fbe8d34 (diff)
downloadpkgsrc-d1b25fe0c52a485a25ac14c7197b1bffc080ca21.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/djbdns-run')
-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"