Home
last modified time | relevance | path

Searched refs:nmhbindir (Results 1 – 4 of 4) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/config/
H A Dconfig.c12 #define nmhbindir(file) NMHBINDIR#file macro
188 char *buildmimeproc = nmhbindir (/mhbuild);
200 char *fileproc = nmhbindir (/refile);
213 char *incproc = nmhbindir (/inc);
228 char *mailproc = nmhbindir (/mhmail);
253 char *packproc = nmhbindir (/packf);
281 char *sendproc = nmhbindir (/send);
288 char *showmimeproc = nmhbindir (/mhshow);
303 char *whatnowproc = nmhbindir (/whatnow);
309 char *whomproc = nmhbindir (/whom);
/dports/mail/nmh/nmh-1.7.1/uip/
H A Dmhmail54 ${nmhbindir}/mhparam -help | sed -n -e '/^$/,$p'
66 nmhbindir=`cd "$bindir" && pwd`
67 nmhlibexecdir=`$nmhbindir/mhparam libexecdir`
95 exec "$nmhbindir"/inc
147 "$nmhbindir"/mhpath -v | sed 's/mhpath/mhmail/'; exit ;;
224 tmpdir="${MHTMPDIR:-${TMPDIR:-`$nmhbindir/mhpath +`}}"
228 backup_char=`"$nmhbindir"/mhparam sbackup`
297 post_or_send=`$nmhbindir/mhparam postproc`
299 post_or_send="$nmhbindir/send"
/dports/mail/nmh/nmh-1.7.1/etc/
H A Dsendfiles38 ${nmhbindir}/mhparam -help | sed -n -e '/^$/,$p'
48 nmhbindir=`cd "$bindir" && pwd`
49 nmhlibexecdir=`$nmhbindir/mhparam libexecdir`
/dports/mail/nmh/nmh-1.7.1/
H A DChangeLog17568 Fixed temporary autoconf workaround by hard-coding nmhbindir.