diff options
author | jseger <jseger@FreeBSD.org> | 1997-11-22 20:10:45 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1997-11-22 20:10:45 +0000 |
commit | 4a6a187706f131921c89e1ce7b2248eab23de618 (patch) | |
tree | 751d8d4abfd9b0d1c3b53948043ff089a6bad05a | |
parent | ff5730b6a06c65567b8161973fbb10d12367927a (diff) | |
download | FreeBSD-ports-4a6a187706f131921c89e1ce7b2248eab23de618.zip FreeBSD-ports-4a6a187706f131921c89e1ce7b2248eab23de618.tar.gz |
Upgrade this to use tk80. Remove unneccessary DISTFILES line.
-rw-r--r-- | misc/tkcron/Makefile | 7 | ||||
-rw-r--r-- | misc/tkcron/files/Makefile | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 235e975..33f5e4c 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 c9903f0..b46a3ce 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} |