diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /devel/autoconf267/files/patch-af | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'devel/autoconf267/files/patch-af')
-rw-r--r-- | devel/autoconf267/files/patch-af | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/autoconf267/files/patch-af b/devel/autoconf267/files/patch-af deleted file mode 100644 index d40bc0ee9e7a..000000000000 --- a/devel/autoconf267/files/patch-af +++ /dev/null @@ -1,20 +0,0 @@ ---- autoupdate.sh.orig Mon Nov 22 21:52:26 1999 -+++ autoupdate.sh Mon Nov 22 21:54:30 1999 -@@ -26,7 +26,7 @@ - Usage: autoupdate [-h] [--help] [-m dir] [--macrodir=dir] - [--version] [template-file]" - --sedtmp=/tmp/acups.$$ -+sedtmp=`mktemp ${TMPDIR-/tmp}/acups.XXXXXXXXXX` || exit 1 - # For debugging. - #sedtmp=/tmp/acups - show_version=no -@@ -66,7 +66,7 @@ - - : ${SIMPLE_BACKUP_SUFFIX='~'} - --tmpout=acupo.$$ -+tmpout=`mktemp acupo.XXXXXXXXXX` || { rm -f $sedtmp; exit 1; } - trap 'rm -f $sedtmp $tmpout; exit 1' 1 2 15 - case $# in - 0) infile=configure.in; out="> $tmpout" |