summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 20:52:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 20:52:33 +0000
commit1e94abb0fc1bb7910a64ab0702804214e78cac6a (patch)
treeced0d8981d583748b23466bcf98289d34425711f /ftp
parentFix build on -current (don't try and guess about the definition of (diff)
Fix build on -current (expr -> expr --)
Notes
Notes: svn path=/head/; revision=68434
Diffstat (limited to 'ftp')
-rw-r--r--ftp/axel/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/axel/files/patch-aa b/ftp/axel/files/patch-aa
new file mode 100644
index 000000000000..d639cfd077f6
--- /dev/null
+++ b/ftp/axel/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Sun Oct 20 13:53:37 2002
++++ configure Sun Oct 20 13:53:43 2002
+@@ -19,7 +19,7 @@
+ arch=`uname -s`
+
+ while [ -n "$1" ]; do
+- e="`expr "$1" : '--\(.*=.*\)'`"
++ e="`expr -- "$1" : '--\(.*=.*\)'`"
+ if [ -z "$e" ]; then
+ cat<<EOF
+ Axel configure