summaryrefslogtreecommitdiff
path: root/net/dhisd
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 /net/dhisd
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 'net/dhisd')
-rw-r--r--net/dhisd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile
index 3a55c76471a..5fbd3b7206a 100644
--- a/net/dhisd/Makefile
+++ b/net/dhisd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/06/05 23:39:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/05 15:00:47 agc Exp $
#
DISTNAME= dhisd-5.0
@@ -30,7 +30,7 @@ do-install:
${INSTALL_PROGRAM} \
${WRKSRC}/genkeys \
${PREFIX}/bin/dhisd-genkeys
- ${CHOWN} root \
+ ${CHOWN} ${ROOT_USER} \
${PREFIX}/bin/dhisd-genkeys \
${PREFIX}/bin/dhisd
${CHMOD} 700 \