diff options
author | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-05 15:00:44 +0000 |
commit | 57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01 (patch) | |
tree | 724e606740f3a6533da580088062080cdc00e030 /misc/dotfile | |
parent | d2c40c22fb3b05913e9af1f4c3ffb90259f2fd26 (diff) | |
download | pkgsrc-57aa4707d7f3b6dbe02282c32bd65ab0c8a8ac01.tar.gz |
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index c887f97e341..b0931dc7294 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/11/14 14:47:55 agc Exp $ +# $NetBSD: Makefile,v 1.20 2001/12/05 15:00:47 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -23,6 +23,6 @@ NO_BUILD= post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME} cd ${WRKSRC}/Doc && ${PAX} -rw . ${PREFIX}/share/doc/${PKGNAME} - ${CHOWN} -R root:${ROOT_GROUP} ${PREFIX}/share/doc/${PKGNAME} + ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${PREFIX}/share/doc/${PKGNAME} .include "../../mk/bsd.pkg.mk" |