summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-09 17:58:33 +0000
committerjlam <jlam@pkgsrc.org>2006-05-09 17:58:33 +0000
commiteaf338cdbbfd183c7d6451fe3672718097a64a63 (patch)
treeb8a67558a7bcf56f1a5c8b7bcce75c724f5c8d22
parent2e7be854529ab0b04364a911ec0fe8810394bd46 (diff)
downloadpkgsrc-eaf338cdbbfd183c7d6451fe3672718097a64a63.tar.gz
PKG_GROUPS should now only contain the group name because group IDs are
specified with PKG_GID.<group>.
-rw-r--r--security/openssh+gssapi/Makefile4
-rw-r--r--security/openssh/Makefile4
2 files changed, 4 insertions, 4 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}
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}