diff options
author | agc <agc> | 2001-12-05 16:03:56 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-05 16:03:56 +0000 |
commit | c48e11b782f07e8473b2052740fcf2c6c7228d88 (patch) | |
tree | 76e01eccce12f6883aede366073ab45f9f09a336 /security | |
parent | 74de80217f6029907758686d0dc4e333ab84efda (diff) | |
download | pkgsrc-c48e11b782f07e8473b2052740fcf2c6c7228d88.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/Makefile | 8 |
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}" \ |