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 /net | |
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 'net')
-rw-r--r-- | net/snort/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index ccef51e7eff..14f042443b9 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/12/02 14:43:49 kleink Exp $ +# $NetBSD: Makefile,v 1.15 2001/12/05 16:03:57 agc Exp $ # DISTNAME= snort-1.8.3 @@ -19,18 +19,10 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_DIR}/include CONFIGURE_ARGS+= --with-libpcap-libraries=${BUILDLINK_DIR}/lib -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" -ROOTGROUP= root -.endif - -ROOTGROUP?= wheel - #WRKSRC= ${WRKDIR}/snort post-install: - ${INSTALL_DATA_DIR} -m 700 -o root -g ${ROOTGROUP} /var/log/snort + ${INSTALL_DATA_DIR} -m 700 -o ${ROOT_USER} -g ${ROOT_GROUP} /var/log/snort ${INSTALL_DATA_DIR} ${PREFIX}/share/snort cd ${WRKSRC} ; \ for i in snort.conf *.config *.rules ; do \ |