$OpenBSD: patch-mod_modclopt_Cookfile_inc_in,v 1.1.1.1 2011/03/07 19:26:28 jasper Exp $
--- mod/modclopt/Cookfile.inc.in.orig	Thu Mar  3 19:18:32 2011
+++ mod/modclopt/Cookfile.inc.in	Thu Mar  3 19:18:45 2011
@@ -92,11 +92,11 @@ modclopt_mods_check_update : modclopt_mods_tests [OONY
 
 modclopt_mods_install :
 {
-  @INSTALL@ -d [DATADIR]/onyx-@onyx_version@/nx/modclopt;
+  @INSTALL@ -d [DATADIR]/onyx/nx/modclopt;
 
   loop local f = [MODCLOPT_NX] [MODCLOPT_NX_GEN]
   {
-    @INSTALL@ -m 0644 [f] [DATADIR]/onyx-@onyx_version@/nx/modclopt/;
+    @INSTALL@ -m 0644 [f] [DATADIR]/onyx/nx/modclopt/;
   }
 }
 
