diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-09 17:58:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-09 17:58:33 +0000 |
commit | eaf338cdbbfd183c7d6451fe3672718097a64a63 (patch) | |
tree | b8a67558a7bcf56f1a5c8b7bcce75c724f5c8d22 /security/openssh | |
parent | 2e7be854529ab0b04364a911ec0fe8810394bd46 (diff) | |
download | pkgsrc-eaf338cdbbfd183c7d6451fe3672718097a64a63.tar.gz |
PKG_GROUPS should now only contain the group name because group IDs are
specified with PKG_GID.<group>.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 7afbd784bf7..4951ff5e00d 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.167 2006/04/23 00:12:41 jlam Exp $ +# $NetBSD: Makefile,v 1.168 2006/05/09 17:58:33 jlam Exp $ DISTNAME= openssh-4.3p1 PKGNAME= openssh-4.3.1 @@ -48,7 +48,7 @@ LIBS+= -lbind -ldb -lcrypt .else # not Interix -PKG_GROUPS= ${OPENSSH_GROUP}:${OPENSSH_GID} +PKG_GROUPS= ${OPENSSH_GROUP} PKG_USERS= ${OPENSSH_USER}:${OPENSSH_GROUP} PKG_GID.${OPENSSH_GROUP}= ${OPENSSH_GID} |