1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/vftool/scripts/configure
Steve Price 6ea9106380 Remove a couple of BUILD_DEPENDS, cleanup DESC/COMMENT, and get
ready to split into vftool and vftool-misc.

PR:		7520
Submitted by:	maintainer
1998-08-09 00:58:49 +00:00

9 lines
206 B
Bash

#!/bin/sh
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.tmpl
${SED} -e "s@%%AFM%%@${AFMDIR}@g" \
-e "s@%%JFM%%@${JFMDIR}@g" \
-e "s@%%PK%%@${PKDIR}@g" \
< ${WRKSRC}/Makefile.tmpl > ${WRKSRC}/Makefile