--- common/help.c	2007-03-18 21:58:15.000000000 +0000
+++ common/help.c.new	2007-04-16 09:18:16.000000000 +0000
@@ -68,7 +68,7 @@
         string_list_append(&manpath, s);
         str_free(s);
 
-        s = str_from_c("/usr/share/man");
+        s = str_from_c("__PREFIX__/share/man");
         string_list_append(&manpath, s);
         str_free(s);
     }
