openbsd-ports/misc/tkcron/files/Makefile
2000-03-27 05:05:21 +00:00

13 lines
254 B
Makefile

BINDIR= ${PREFIX}/bin
WISHDIR?= ${BINDIR}
all: tkcron
tkcron:
sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.3;g" tkcron.tcl > tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
.include <bsd.own.mk>