openbsd-ports/lang/onyx/patches/patch-mod_modclopt_Cookfile_inc_in
jasper 5058e93845 import onyx 5.1.2
Onyx is a powerful stack-based, multi-threaded, interpreted, general
purpose programming language similar to PostScript.

ok aja@
2011-03-07 19:26:28 +00:00

18 lines
611 B
Plaintext

$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/;
}
}