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 /lang/clisp | |
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 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index a1092184282..47202b5b873 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/11/29 01:12:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2001/12/05 15:00:46 agc Exp $ DISTNAME= clisp-2000-03-06 PKGNAME= clisp-20000306 @@ -32,7 +32,7 @@ do-configure: --with-dynamic-ffi --fsstnd=netbsd >Makefile post-install: - ${CHOWN} -R root:wheel ${PREFIX}/lib/clisp + ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${PREFIX}/lib/clisp ${CHMOD} -R a-w ${PREFIX}/lib/clisp .include "../../mk/bsd.pkg.mk" |