Date: Mon, 06 Mar 2000 06:19:48 +0000 From: Brian Somers <brian@Awfulhak.org> To: Mark Murray <mark@grondar.za> Cc: Jake Burkholder <jburkhol@home.com>, Brian Somers <brian@Awfulhak.org>, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/exmh2 Makefile Message-ID: <200003060619.GAA63951@hak.lan.Awfulhak.org> In-Reply-To: Message from Jake Burkholder <jburkhol@home.com> of "Sun, 05 Mar 2000 22:06:35 PST." <20000306060635.6F467BABA@io.yi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Maintainer ? :-) > > It doesn't have a problem here - did you build exmh2 *after* > > installing nmh and deinstalling mh ? I suspect exmh2's configure > > locates slocal. It's in a different place for nmh. > > exmh2 hard codes the path to slocal, here's a patch that fixes it. > > --- exmh.install.orig Sun Mar 5 21:58:03 2000 > +++ exmh.install Sun Mar 5 21:58:26 2000 > @@ -34,7 +34,7 @@ > install_name exmh(name) exmh {Name of main exmh script} > install_var exmh(maintainer) welch@acm.org {Target of error mailings} > install_dirVar mh_path [installGuessDir /usr/local/bin inc] {MH binary > directory} > -install_progVar exmh(slocal) [installGuessPath /usr/local/lib/mh/slocal > slocal] {MH slocal program} > +install_progVar exmh(slocal) [installGuessPath /usr/local/libexec/nmh/slocal > slocal] {MH slocal program} > install_dirVar mime(dir) [installGuessDir /usr/local/bin metamail] > {Metamail bin directory} > install_fileVar mailcap_default [installGuessPath /usr/etc/mailcap mailcap] > {System mailcap file} > install_fileVar mimetypes_default [installGuessPath > /usr/local/lib/exmh-$vers/mime.types mime.types] {System mime.types file} > > > -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003060619.GAA63951>