From c2800a6ab3594a2d70176d4020239b3933b2468b Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Mon, 15 Apr 2019 17:03:27 -0600 Subject: configure: fix typo --- make/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') 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: -- cgit v1.2.3