pkgsrc/time/projclock/patches/patch-ab
mef 8ba69d5015 (pkgsrc)
- Add LICENSE (gnu-gpl-v1)
 - Add comment on patches (mainly from cvs log)
(upstream)
 - Update 0.7 to 0.9
-------------
 Tue Sep  6 08:52:43 EST 2005
   projclock.tcl
    - changed name from Project Clock to WorkerTimer due to trademark issue

Wed Mar 17 08:40:14 EST 2004
   projclock.tcl
    - some tidying up of window behaviour
    - fixed problem with custom summary when pclock dir has spaces in name
2014-12-04 04:28:36 +00:00

16 lines
457 B
Text

$NetBSD: patch-ab,v 1.2 2014/12/04 04:28:36 mef Exp $
Use wish from tk, instead of wishx (added by mef)
--- pclock.sh 2002/05/09 12:07:01 1.1
+++ pclock.sh 2002/05/09 12:07:17
@@ -33,7 +33,7 @@
# PCLOCK_HOME=${PCLOCK_HOME:-/home/david/src/projclock}
if [ -f $THISDIR/projclock.tcl ] ; then
- exec wishx $THISDIR/projclock.tcl
+ exec wish $THISDIR/projclock.tcl
else
- exec wishx $PCLOCK_HOME/projclock.tcl
+ exec wish $PCLOCK_HOME/projclock.tcl
fi