diff options
author | ache <ache@FreeBSD.org> | 1995-09-28 16:41:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-28 16:41:56 +0000 |
commit | 1d18fd8c94875daf1f6b0536b1902e113e1b26bb (patch) | |
tree | e52e1c23d792f1a99d7e0a3a7d01304e9aa2d8bd /mail/elm/scripts | |
parent | ccb1132d9efd474a5ac006e8fe2870e96cabb722 (diff) | |
download | FreeBSD-ports-1d18fd8c94875daf1f6b0536b1902e113e1b26bb.zip FreeBSD-ports-1d18fd8c94875daf1f6b0536b1902e113e1b26bb.tar.gz |
Replace obsoleted elm with former elm.with_pgp which can work without
PGP too.
Diffstat (limited to 'mail/elm/scripts')
-rw-r--r-- | mail/elm/scripts/pre-configure | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index b336c7e..b17d53a 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.1 1994/11/25 19:13:56 gpalmer Exp $ +# $Id: pre-configure,v 1.4 1995/09/23 21:06:06 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -58,7 +58,7 @@ c='' orderlib='false' ranlib='/usr/bin/ranlib' package='elm2' -pager='builtin+' +pager='builtin++' prefshell='/bin/csh' startsh='#!/bin/sh' d_eunice='undef' @@ -113,6 +113,7 @@ more nroff pack pg +pgp pmake pr rmail @@ -173,7 +174,7 @@ pack='pack' compress='/usr/bin/compress' execmail='' libswanted='intl nls' -c_date='Sat May 13 00:58:50 MSD 1995' +c_date='Tue Jul 4 04:52:32 MSD 1995' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -213,6 +214,7 @@ d_mallocvoid='define' d_mboxedit='undef' d_mime='undef' defencoding='7bit' +d_8bitmime='undef' defcharset='US-ASCII' defdispcharset='US-ASCII' d_mmdf='undef' @@ -273,7 +275,7 @@ i_utime='define' i_sysutime='undef' lib='/usr/local/lib' libc='/usr/lib/libc.so.2.1' -linepr='/usr/bin/lpr' +linepr='/usr/bin/lp' maildir='/var/mail' mailer='/usr/sbin/sendmail' mailgrp='bin' @@ -294,7 +296,7 @@ small='' medium='' large='' huge='' -optimize='-O2' +optimize='-O2 -fno-strength-reduce' ccflags='' cppflags='' ldflags='' @@ -319,6 +321,10 @@ xencf='' xenlf='' d_xenix='undef' d_bsd='define' +d_pgp='define' +pgp='/usr/local/bin/pgp' +pgp_path='/usr/local/bin/pgp' +d_remailer='define' CONFIG=true EOF |