diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-25 05:43:51 +0800 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /misc/tkcron/files | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.tar.zst freebsd-ports-gnome-3aec0069335c9b2947b9f222ada131db44bc8824.zip |
Upgrade to use tcl8.1 and tk8.1.
Diffstat (limited to 'misc/tkcron/files')
-rw-r--r-- | misc/tkcron/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile index b46a3ce43f0b..5c93e51cc1da 100644 --- a/misc/tkcron/files/Makefile +++ b/misc/tkcron/files/Makefile @@ -4,7 +4,7 @@ WISHDIR?= ${BINDIR} all: tkcron tkcron: - sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron + sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.1;g" tkcron.tcl > tkcron install: all install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR} |