$OpenBSD: patch-src_dopewars_c,v 1.3 2007/07/05 17:28:18 jasper Exp $
--- src/dopewars.c.orig	Wed Dec 20 20:50:21 2006
+++ src/dopewars.c	Wed Dec 20 20:52:11 2006
@@ -2356,7 +2356,7 @@ gchar *GetDocRoot(void)
   path = g_strdup_printf("file://%s\\", bindir);
   g_free(bindir);
 #else
-  path = g_strdup_printf("file://%s/doc/%s-%s/", DPDATADIR, PACKAGE, VERSION);
+  path = g_strdup_printf("file://%s/doc/%s/", DPDATADIR, PACKAGE);
 #endif
   return path;
 }
