aboutsummaryrefslogtreecommitdiff
path: root/misc/tkcron
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-22 20:10:45 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-22 20:10:45 +0000
commit7b59a5b8dc6e0506f59d1443572d2927921c89e1 (patch)
tree5ad5b69d2e0fb27641528afbd9d53e7ec2416657 /misc/tkcron
parentccda279501602776eea28357ecfc1918cbcc6e00 (diff)
downloadports-7b59a5b8dc6e0506f59d1443572d2927921c89e1.tar.gz
ports-7b59a5b8dc6e0506f59d1443572d2927921c89e1.zip
Upgrade this to use tk80. Remove unneccessary DISTFILES line.
Notes
Notes: svn path=/head/; revision=8767
Diffstat (limited to 'misc/tkcron')
-rw-r--r--misc/tkcron/Makefile7
-rw-r--r--misc/tkcron/files/Makefile2
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index 235e975f39e2..33f5e4c84395 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -3,18 +3,17 @@
# Date created: 30 July 1996
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
-# $Id: Makefile,v 1.3 1997/04/20 13:19:33 wosch Exp $
+# $Id: Makefile,v 1.4 1997/07/21 19:28:44 max Exp $
#
DISTNAME= tkcron-2.12
-DISTFILES= tkcron-2.12.tcl.gz
-CATEGORIES= misc tk41
+CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
-RUN_DEPENDS= wish4\.1:${PORTSDIR}/x11/tk41
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
index c9903f00c0f3..b46a3ce43f0b 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}/wish4.1;g" tkcron.tcl > tkcron
+ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}