diff options
author | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
commit | 57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch) | |
tree | 724e606740f3a6533da580088062080cdc00e030 /net/mtr | |
parent | d2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff) | |
download | pkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz |
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index d10aa3156e9..1e1dc916d2a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/12/04 06:15:00 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2001/12/05 15:00:48 agc Exp $ # DISTNAME= mtr-0.42 @@ -17,7 +17,7 @@ USE_BUILDLINK_ONLY= YES do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mtr - ${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin + ${INSTALL} -c -s -m 4755 -o ${ROOT_USER} -g ${ROOT_GROUP} ${WRKSRC}/mtr ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/SECURITY ${PREFIX}/share/doc/mtr |