diff options
author | jlam <jlam> | 2006-05-09 17:58:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-05-09 17:58:33 +0000 |
commit | 6139734a93d9add460da0460363fc2233cefeec2 (patch) | |
tree | b8a67558a7bcf56f1a5c8b7bcce75c724f5c8d22 /security/openssh+gssapi | |
parent | 042a09b4eb12080c44d80732583e6dc2f5c60882 (diff) | |
download | pkgsrc-6139734a93d9add460da0460363fc2233cefeec2.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+gssapi')
-rw-r--r-- | security/openssh+gssapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index 8392a6350a4..b497766a8f4 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/23 00:12:41 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2006/05/09 17:58:33 jlam Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi @@ -44,7 +44,7 @@ INSTALL_TARGET= install-nokeys PLIST_SRC= # empty MESSAGE_SRC= ${.CURDIR}/MESSAGE -PKG_GROUPS= ${OPENSSH_GROUP}:${OPENSSH_GID} +PKG_GROUPS= ${OPENSSH_GROUP} PKG_USERS= ${OPENSSH_USER}:${OPENSSH_GROUP} PKG_GID.${OPENSSH_GROUP}= ${OPENSSH_GID} |