diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-03 19:08:13 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-10-03 19:08:13 +0000 |
| commit | f1bbc2df7c242e39680da75e71f348b476b695ad (patch) | |
| tree | 495165b95732d84039e00bc4f669684e96468fa2 /mail/elm+ME/scripts | |
| parent | 589d79d1ed19b79cd15d437874729befce64c9a1 (diff) | |
Notes
Diffstat (limited to 'mail/elm+ME/scripts')
| -rw-r--r-- | mail/elm+ME/scripts/pre-configure | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 574065cfb64e..170b177293c4 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.11 1996/05/26 00:47:54 ache Exp $ +# $Id: pre-configure,v 1.12 1996/06/20 22:23:48 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -103,7 +103,7 @@ uname uuname vi ' -test='test' +test='/bin/test' inews='' ispell='/usr/local/bin/ispell' egrep='' @@ -130,7 +130,7 @@ uuname='/usr/bin/uuname' line='line' chgrp='/usr/bin/chgrp' chmod='/bin/chmod' -lint='lint' +lint='/usr/bin/lint' sleep='/bin/sleep' pr='/usr/bin/pr' tar='/usr/bin/tar' @@ -149,7 +149,7 @@ compress='/usr/bin/compress' execmail='' libswanted='intl nls' noaddlib='yes' -c_date='Fri Jun 21 02:10:21 MSD 1996' +c_date='Thu Oct 3 22:44:56 MSD 1996' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -191,6 +191,7 @@ metamail_path='none' defencoding='' d_8bitmime='define' d_binarymime='undef' +d_dsn='undef' defcharset='ISO-8859-1' defdispcharset='ISO-8859-1' d_mmdf='undef' |
