aboutsummaryrefslogtreecommitdiff
path: root/misc/tkcron
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-02-24 21:43:51 +0000
commit3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch)
tree9137a73e7f46f611647c62150ba20da9a5009917 /misc/tkcron
parent9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff)
downloadports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz
ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.zip
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes: svn path=/head/; revision=9912
Diffstat (limited to 'misc/tkcron')
-rw-r--r--misc/tkcron/Makefile6
-rw-r--r--misc/tkcron/files/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index 33f5e4c84395..80bd5118092e 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -3,17 +3,17 @@
# Date created: 30 July 1996
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
-# $Id: Makefile,v 1.4 1997/07/21 19:28:44 max Exp $
+# $Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp $
#
DISTNAME= tkcron-2.12
-CATEGORIES= misc tk80
+CATEGORIES= misc tk81
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
+RUN_DEPENDS= wish8.1:${PORTSDIR}/x11/tk81
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
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}