aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tkcron/files/Makefile
blob: 5c93e51cc1da8e6c14b14cbfd1445d319a097c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
BINDIR=     ${PREFIX}/bin
WISHDIR?=   ${BINDIR}

all:        tkcron

tkcron: 
    sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.1;g" tkcron.tcl > tkcron

install:    all
    install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}

.include <bsd.own.mk>