diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 19:23:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 19:23:50 +0000 |
commit | 431680282fe5e70b241c45e03b7d594ea0f6963a (patch) | |
tree | 2a026b6854cb61be24142ae9c198f1d341675a81 /security | |
parent | 7ec67973be26fe9d417e99e8e9e748a7897fa64e (diff) | |
download | pkgsrc-431680282fe5e70b241c45e03b7d594ea0f6963a.tar.gz |
Use real root user in install script.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index a75064cf15c..e8686ff1c7b 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2010/01/17 12:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2010/02/19 19:23:50 joerg Exp $ DISTNAME= cyrus-sasl-2.1.23 PKGNAME= ${DISTNAME:S/sasl/saslauthd/} @@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} .include "options.mk" RCD_SCRIPTS= saslauthd -FILES_SUBST+= ROOT_USER=${ROOT_USER:Q} +FILES_SUBST+= ROOT_USER=${REAL_ROOT_USER:Q} INSTALLATION_DIRS= bin |