freebsd-ports/x11-clocks/stopwatch/files/patch-stopwatch
Edwin Groothuis 72afd2a174 Stopwatch does what its name implies - enables hand timing much
like a physical stopwatch. It can also be used as a countdown timer.

Stopwatch has millisecond accuracy and no artificial limit on hours.
Stopwatch runs on UNIX, Windows, and MacOS.

WWW: http://expect.nist.gov/stopwatch/
Author: Don Libes <libes@nist.gov>
2008-08-28 02:03:33 +00:00

8 lines
302 B
Text

--- stopwatch.orig 2008-08-28 11:19:38.000000000 +1000
+++ stopwatch 2008-08-28 11:19:54.000000000 +1000
@@ -1,4 +1,4 @@
-#!/depot/path/wish -f
+#!%%LOCALBASE%%/bin/wish -f
######################################################################
# Name: Stopwatch
# Author: Don Libes <libes@nist.gov>