From 3aec0069335c9b2947b9f222ada131db44bc8824 Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 24 Feb 1998 21:43:51 +0000 Subject: Upgrade to use tcl8.1 and tk8.1. --- misc/tkcron/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/tkcron/files') 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} -- cgit