diff options
author | cy <cy@FreeBSD.org> | 2012-04-08 01:24:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-04-08 01:24:36 +0800 |
commit | 236459963e17b9cb8b086b59d6e6328ff048a52d (patch) | |
tree | 6f84259a25ec1a3312cd79561b67cce26e027d2c /misc/tkcron/files | |
parent | fd3d6a12a18acacd47af4a7edfd128b59d64c1c3 (diff) | |
download | freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.tar.gz freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.tar.zst freebsd-ports-gnome-236459963e17b9cb8b086b59d6e6328ff048a52d.zip |
Update dependency to tk8.5.
Feature safe: yes
Diffstat (limited to 'misc/tkcron/files')
-rw-r--r-- | misc/tkcron/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile index b18a1dee335f..63791c9b563e 100644 --- a/misc/tkcron/files/Makefile +++ b/misc/tkcron/files/Makefile @@ -8,7 +8,7 @@ WISHDIR?= ${BINDIR} all: tkcron tkcron: - sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron + cp tkcron.tcl tkcron install: all install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR} |