diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 23:53:53 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 23:53:53 +0000 |
commit | f1d45820ef8bad16036e49e15ddf0dd2f5c7053f (patch) | |
tree | 1c194294c33d9285e6c3bc5ae7321d12062e7a9a /mail/cyrus/Makefile | |
parent | 1d69c8b03663b222b9b5515abbd9c87280f4604a (diff) | |
download | FreeBSD-ports-f1d45820ef8bad16036e49e15ddf0dd2f5c7053f.zip FreeBSD-ports-f1d45820ef8bad16036e49e15ddf0dd2f5c7053f.tar.gz |
pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so
spell out the whole path.
Submitted by: bento
Diffstat (limited to 'mail/cyrus/Makefile')
-rw-r--r-- | mail/cyrus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 0e3be21..5b1302c 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -20,7 +20,7 @@ Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - pwcheck:${PORTSDIR}/security/cyrus-sasl + ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ |