1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/emulators/tkhfs/scripts/configure
1996-11-04 14:53:15 +00:00

12 lines
154 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END || exit 1;
BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs
WISH = \$(BINDIR)/wish4.1
END
exit 0;