mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
PROG= tclCheck
|
||
|
|
||
|
PREFIX?= /usr/local
|
||
|
BINDIR= ${PREFIX}/bin
|
||
|
MANDIR= ${PREFIX}/man/man
|
||
|
|
||
|
.include <bsd.prog.mk>
|