diff options
author | martti <martti@pkgsrc.org> | 2003-12-15 14:10:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-15 14:10:49 +0000 |
commit | 34a8125aa247cda39cf7124b2eca1397d1a6d000 (patch) | |
tree | 3a33776f07b2c333fa6b5a7ed39085ae5edc39e5 /security | |
parent | 7555df8cfb055b6cfb5a6f45fc69489a6fa2c972 (diff) | |
download | pkgsrc-34a8125aa247cda39cf7124b2eca1397d1a6d000.tar.gz |
Expand ROOT_USER
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index d8a5e746f6e..15bbcdd7b3c 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2003/10/06 16:48:04 christos Exp $ +# $NetBSD: Makefile.common,v 1.9 2003/12/15 14:10:49 martti Exp $ # # This Makefile fragment should be included _below_ and SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. @@ -35,6 +35,7 @@ MAKE_ENV+= SHLIBTOOL="${PKGSHLIBTOOL}" CYRUS_USER?= cyrus CYRUS_GROUP?= mail FILES_SUBST+= CYRUS_USER=${CYRUS_USER} +FILES_SUBST+= ROOT_USER=${ROOT_USER} HTMLDIR= ${PREFIX}/share/doc/html/cyrus-sasl PLUGINDIR= ${PREFIX}/lib/sasl2 |