diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-19 23:46:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-19 23:46:18 +0000 |
commit | 713d9e483120bc3e585c1188459c8172f964b698 (patch) | |
tree | 04cbeb7575949032ae6b6c5e792b32f48cf193b8 /mail/elm/scripts | |
parent | 23f063dd07eeca16a6697e1c89d11c5f11992c49 (diff) | |
download | ports-713d9e483120bc3e585c1188459c8172f964b698.tar.gz ports-713d9e483120bc3e585c1188459c8172f964b698.zip |
Notes
Diffstat (limited to 'mail/elm/scripts')
-rw-r--r-- | mail/elm/scripts/pre-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index 607029ad3fad..45ad2555ef5c 100644 --- a/mail/elm/scripts/pre-configure +++ b/mail/elm/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.4 1995/11/19 21:11:57 ache Exp $ +# $Id: pre-configure,v 1.5 1995/11/29 19:07:16 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -103,7 +103,7 @@ vi ' test='test' inews='' -ispell='ispell' +ispell='/usr/local/bin/ispell' egrep='' more='/usr/bin/more' pg='pg' @@ -175,8 +175,8 @@ d_havetlib='define' termlib='-ltermlib' d_index='undef' d_internet='define' -d_ispell='undef' -ispell_path='' +d_ispell='define' +ispell_path='/usr/local/bin/ispell' ispell_options='' d_locale='define' d_nl_types='define' @@ -294,7 +294,7 @@ xencf='' xenlf='' d_xenix='undef' d_bsd='define' -d_pgp='undef' +d_pgp='define' pgp='/usr/local/bin/pgp' pgp_path='/usr/local/bin/pgp' d_remailer='define' @@ -304,7 +304,7 @@ CONFIG=true EOF cd ${WrkSrc} -yes "" | ./Configure +yes "" | ./Configure -d cd ${CurDir} exit 0 |