diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-26 00:47:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-26 00:47:54 +0000 |
commit | 79e9a0a1e026c67118a1906ca9b33f50145d6faa (patch) | |
tree | b30a73f08699055b85c7224d0767236cdb743d0b /mail/elm+ME/scripts | |
parent | 2b76d4a8e5620fb3b152fa86d5f62649d24cc041 (diff) | |
download | ports-79e9a0a1e026c67118a1906ca9b33f50145d6faa.tar.gz ports-79e9a0a1e026c67118a1906ca9b33f50145d6faa.zip |
Upgrade to +19
Notes
Notes:
svn path=/head/; revision=3124
Diffstat (limited to 'mail/elm+ME/scripts')
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 51fafb1fff96..054d8410c7a4 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.9 1996/02/23 01:45:05 ache Exp $ +# $Id: pre-configure,v 1.10 1996/02/26 00:57:32 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -307,8 +307,9 @@ CONFIG=true EOF cd ${WrkSrc} -yes "" | ./Configure -d -cd ${CurDir} +# old way: +# yes "" | ./Configure -d +./Configure -S exit 0 # END |