summaryrefslogtreecommitdiff
path: root/misc/tkcron/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkcron/files')
-rw-r--r--misc/tkcron/files/Makefile16
-rw-r--r--misc/tkcron/files/patch-aa11
2 files changed, 0 insertions, 27 deletions
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
deleted file mode 100644
index b18a1dee335f..000000000000
--- a/misc/tkcron/files/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-
-BINDIR= ${PREFIX}/bin
-WISHDIR?= ${BINDIR}
-
-all: tkcron
-
-tkcron:
- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron
-
-install: all
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
-
-.include <bsd.own.mk>
diff --git a/misc/tkcron/files/patch-aa b/misc/tkcron/files/patch-aa
deleted file mode 100644
index b6c4026ef5ad..000000000000
--- a/misc/tkcron/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- tkcron.tcl Sat Aug 3 17:53:42 1996
-+++ tkcron.tcl Sat Aug 3 17:52:03 1996
-@@ -281,6 +281,7 @@
-
- # Return the crontab string as a list
- proc parseCrontabFile {str} {
-+ set result ""
- set crontablist [split $str \n]
- set listlength [llength $crontablist]
- for {set i 0} {$i < $listlength} {incr i 1} {
-