summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
committeragc <agc@pkgsrc.org>2001-12-05 15:00:44 +0000
commit57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch)
tree724e606740f3a6533da580088062080cdc00e030 /graphics/urt
parentd2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff)
downloadpkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 24e9585b784..c9d7d35350c 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/11/24 08:55:20 tron Exp $
+# $NetBSD: Makefile,v 1.23 2001/12/05 15:00:46 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp
DISTNAME= urt
@@ -41,7 +41,7 @@ post-install:
${RM} -rf doc)
cd ${PREFIX}/share/examples/urt && (\
${GTAR} xf ${DISTDIR}/urt-img.tar; \
- ${CHOWN} -R root:wheel . ; \
+ ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} . ; \
${FIND} . -type d -exec ${CHMOD} 755 '{}' \; ; \
${FIND} . -type f -exec ${CHMOD} 644 '{}' \;)