summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-05 16:03:56 +0000
committeragc <agc@pkgsrc.org>2001-12-05 16:03:56 +0000
commita3c645a3eb6885de3744fef394183fd2859e4695 (patch)
tree76e01eccce12f6883aede366073ab45f9f09a336 /security
parent57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (diff)
downloadpkgsrc-a3c645a3eb6885de3744fef394183fd2859e4695.tar.gz
Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now that
the definition is available in all the defs.${OPSYS}.mk files.
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 2aff305b65b..e8460587a3a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2001/11/29 01:12:47 hubertf Exp $
+# $NetBSD: Makefile,v 1.95 2001/12/05 16:03:57 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -143,12 +143,6 @@ CONFIGURE_ARGS+= --disable-asm
CFLAGS+= -m68060
.endif
-.if ${OPSYS} == "SunOS"
-ROOT_GROUP?= root
-.else
-ROOT_GROUP?= wheel
-.endif
-
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
PLIST_SRC= ${WRKDIR}/PLIST
PLIST_SUBST+= INSTALL="${INSTALL}" \