diff options
author | agc <agc> | 2001-12-05 15:00:44 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-05 15:00:44 +0000 |
commit | 1478be8dd6988d5af30bc8667d4e7a74a61adc8c (patch) | |
tree | 724e606740f3a6533da580088062080cdc00e030 /www | |
parent | 8a2eb76e854b6c83897fa06104aa2436a874bd16 (diff) | |
download | pkgsrc-1478be8dd6988d5af30bc8667d4e7a74a61adc8c.tar.gz |
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 4f272004630..cfea3b3447b 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/09/27 23:18:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/12/05 15:00:48 agc Exp $ DISTNAME= bluefish-0.6 CATEGORIES= www @@ -35,7 +35,7 @@ post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} ${CP} -R ${WRKSRC}/manual/* ${HTMLDIR} @${ECHO} Setting permissions on HTML documentation... - ${CHOWN} -R root.wheel ${HTMLDIR} + ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${HTMLDIR} ${FIND} ${HTMLDIR} -type d -exec ${CHMOD} 555 {} \; ${FIND} ${HTMLDIR} -type f -exec ${CHMOD} 444 {} \; |