diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-12 04:12:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-12 04:12:58 +0000 |
commit | a542b62c6be6f71b3a7eefb4bfd05b8ffccfa321 (patch) | |
tree | eee4ac476b0153bcf8dffd43bcfcf803f985a6bb /security | |
parent | 1615d21b4765acebdfe8e06bc7dd4abd694c7f02 (diff) | |
download | pkgsrc-a542b62c6be6f71b3a7eefb4bfd05b8ffccfa321.tar.gz |
Substitute for ROOT_USER in the rc.d script.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index c81b73b2042..6df25a7369d 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/12 03:16:32 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/12 04:12:58 jlam Exp $ DISTNAME= cyrus-sasl-2.1.17 PKGNAME= ${DISTNAME:S/sasl/saslauthd/} @@ -55,6 +55,7 @@ CPPFLAGS+= -I/usr/include/krb5 USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL= ${PKGDIR}/DEINSTALL RCD_SCRIPTS= saslauthd +FILES_SUBST+= ROOT_USER=${ROOT_USER} post-configure: ${LN} -sf saslauthd.h ${WRKSRC}/config.h |