pkgsrc/time/projclock/patches/patch-ab
agc 22fdf275e0 Initial import of projclock-0.7, a time-management and reporting utility.
Project Clock lets you record the time you spend on different tasks
with a single mouse click.  It is easy to add and delete projects.  An
included utility generates reports.
2002-05-09 12:22:41 +00:00

14 lines
409 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2002/05/09 12:22:41 agc Exp $
--- 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