summaryrefslogtreecommitdiff
path: root/misc/tkcron/files/Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /misc/tkcron/files/Makefile
parent- added the missing .if statement around the IGNORE (diff)
Remove expired ports.
Notes
Notes: svn path=/head/; revision=151214
Diffstat (limited to 'misc/tkcron/files/Makefile')
-rw-r--r--misc/tkcron/files/Makefile16
1 files changed, 0 insertions, 16 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>