summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-04-15 17:03:27 -0600
committerJohn Stebbins <[email protected]>2019-04-15 17:03:27 -0600
commitc2800a6ab3594a2d70176d4020239b3933b2468b (patch)
tree2850586ed03fd793473b9c770a5c79d319be8fec /make
parent2e15f104248c68fafe60d9339c39685e60bf2097 (diff)
configure: fix typo
Diffstat (limited to 'make')
-rw-r--r--make/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.py b/make/configure.py
index 990b4f957..fdba73d4a 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -697,7 +697,7 @@ class ArchAction( Action ):
pass
elif host_tuple.match( '*-*-solaris*' ):
pass
- elif host_tuple.match( '*-*-freebsd.*' ):
+ elif host_tuple.match( '*-*-freebsd*' ):
self.mode['i386'] = 'i386-portsbuild-freebsd%s' % (host_tuple.release)
self.mode['amd64'] = 'amd64-portsbuild-freebsd%s' % (host_tuple.release)
else: