diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 14:13:00 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-07-01 14:13:00 +0000 |
commit | e8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08 (patch) | |
tree | 4ec315537fa29adb59c170dfd2db22660b97863e /astro/tkseti/files | |
parent | 796911995c07cadf5441b07e493b6d8fd9d3ea1f (diff) | |
download | FreeBSD-ports-e8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08.zip FreeBSD-ports-e8e8f52719b44f3d6d51e8fc14c1ed066d2e6d08.tar.gz |
Import tkseti, a Tk-based GUI for the setiathome client.
PR: 12470
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'astro/tkseti/files')
-rw-r--r-- | astro/tkseti/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa new file mode 100644 index 0000000..b6b66b2 --- /dev/null +++ b/astro/tkseti/files/patch-aa @@ -0,0 +1,10 @@ +--- tkseti Wed Jun 30 17:43:09 1999 ++++ tkseti Wed Jun 30 17:43:19 1999 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-exec wish "$0" ${1+"$@"} ++exec wish8.0 "$0" ${1+"$@"} + ############################################################################# + # Visual Tcl v1.20 Project + # |