openbsd-ports/sysutils/tkdvd/patches/patch-install_tcl
steven b66a6e943b switch to tcl/tk 8.5, and use the tk module
from Giovanni Bechis with some tweaks
2008-11-10 20:18:14 +00:00

12 lines
313 B
Plaintext

$OpenBSD: patch-install_tcl,v 1.3 2008/11/10 20:18:14 steven Exp $
--- install.tcl.orig Thu Nov 3 20:09:57 2005
+++ install.tcl Mon Nov 10 19:49:55 2008
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec tclsh "$0" "$@"
+exec ${MODTCL_BIN} "$0" "$@"
# Copyright 2003 Regis Damongeot