$OpenBSD: patch-bin_web,v 1.2 2017/12/25 14:35:51 gsoares Exp $

# https://github.com/9fans/plan9port/pull/118

Index: bin/web
--- bin/web.orig
+++ bin/web
@@ -34,7 +34,7 @@ plumbunix()
 		$BROWSER -remote 'openURL('"$@"',new-tab)' ||
 		$BROWSER "$@"
 		;;
-	*chrome*|*chromium*)
+	*)
 		$BROWSER "$@"
 		;;
 	esac
