summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authoragc <agc>2001-12-05 15:00:44 +0000
committeragc <agc>2001-12-05 15:00:44 +0000
commit1478be8dd6988d5af30bc8667d4e7a74a61adc8c (patch)
tree724e606740f3a6533da580088062080cdc00e030 /graphics/urt
parent8a2eb76e854b6c83897fa06104aa2436a874bd16 (diff)
downloadpkgsrc-1478be8dd6988d5af30bc8667d4e7a74a61adc8c.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 '{}' \;)