=================================================================== RCS file: /cvs/ports/cad/tkgate2/patches/Attic/patch-src_tkgate_verilog_out_c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/cad/tkgate2/patches/Attic/patch-src_tkgate_verilog_out_c 2011/11/09 10:43:15 1.1 +++ ports/cad/tkgate2/patches/Attic/patch-src_tkgate_verilog_out_c 2014/05/14 13:23:36 1.2 @@ -1,4 +1,4 @@ -$OpenBSD: patch-src_tkgate_verilog_out_c,v 1.1 2011/11/09 10:43:15 yason Exp $ +$OpenBSD: patch-src_tkgate_verilog_out_c,v 1.2 2014/05/14 13:23:36 kirby Exp $ --- src/tkgate/verilog_out.c.orig Wed Nov 9 13:55:14 2011 +++ src/tkgate/verilog_out.c Wed Nov 9 13:57:51 2011 @@ -892,7 +892,7 @@ static int check_file(const char *name) @@ -6,7 +6,7 @@ #endif - sprintf(cmd,"%s/libexec/tkgate",TkGate.homedir); -+ sprintf(cmd,"%!!LOCALBASE!!/bin/tkgate",TkGate.homedir); ++ sprintf(cmd,"%${PREFIX}/bin/tkgate",TkGate.homedir); if (!(pid = fork())) { execl(cmd,cmd,"-Vq",name,0); exit(1);