Date: Sun, 05 Mar 2000 22:06:35 -0800 From: Jake Burkholder <jburkhol@home.com> To: Brian Somers <brian@Awfulhak.org> Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/exmh2 Makefile Message-ID: <20000306060635.6F467BABA@io.yi.org> In-Reply-To: Message from Brian Somers <brian@Awfulhak.org> of "Sun, 05 Mar 2000 20:47:04 GMT." <200003052047.UAA06578@hak.lan.Awfulhak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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} 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?20000306060635.6F467BABA>