mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9421a44868
I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime.
13 lines
254 B
Makefile
13 lines
254 B
Makefile
BINDIR= ${PREFIX}/bin
|
|
WISHDIR?= ${BINDIR}
|
|
|
|
all: tkcron
|
|
|
|
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}
|
|
|
|
.include <bsd.own.mk>
|