diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-23 00:12:35 +0000 |
commit | 802ce74fcbb88a27d21b45fde8f40d7ac06aaeff (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /net/openntpd | |
parent | 2797f2c4fb216f032f202408065b46d743490144 (diff) | |
download | pkgsrc-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/openntpd')
-rw-r--r-- | net/openntpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 523357c5652..cc5ff012b36 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/12/29 06:22:01 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/04/23 00:12:40 jlam Exp $ DISTNAME= openntpd-3.7p1 CATEGORIES= net @@ -22,8 +22,9 @@ EGDIR= ${PREFIX}/share/examples/openntpd CONF_FILES= ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf RCD_SCRIPTS= openntpd -PKG_USERS= _ntp:_ntp::ntpd\ pseudo-user:${VARBASE}/chroot/ntpd:${NOLOGIN} PKG_GROUPS= _ntp +PKG_USERS= _ntp:_ntp +PKG_HOME._ntp= ${VARBASE}/chroot/ntpd OWN_DIRS= ${VARBASE}/chroot/ntpd INSTALLATION_DIRS= man/man5 man/man8 sbin |