diff options
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 4 | ||||
-rw-r--r-- | mail/elm/scripts/pre-configure | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 947faf745529..607029ad3fad 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.3 1995/09/28 16:41:56 ache Exp $ +# $Id: pre-configure,v 1.4 1995/11/19 21:11:57 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -294,7 +294,7 @@ xencf='' xenlf='' d_xenix='undef' d_bsd='define' -d_pgp='define' +d_pgp='undef' pgp='/usr/local/bin/pgp' pgp_path='/usr/local/bin/pgp' d_remailer='define' diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index 947faf745529..607029ad3fad 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.3 1995/09/28 16:41:56 ache Exp $ +# $Id: pre-configure,v 1.4 1995/11/19 21:11:57 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -294,7 +294,7 @@ xencf='' xenlf='' d_xenix='undef' d_bsd='define' -d_pgp='define' +d_pgp='undef' pgp='/usr/local/bin/pgp' pgp_path='/usr/local/bin/pgp' d_remailer='define' |