1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/tkstep80/scripts/post-configure
Steve Price 798502a49b Initial import of ja-tkstep80 version 8.0.4.
The Tk toolkit with a NeXTSTEP look and more.

PR:		11424
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
1999-05-03 04:13:15 +00:00

11 lines
177 B
Bash

#!/bin/sh
dirs="."
for d in ${dirs}; do
perl -pi -e '
s@^(prefix[ \t]*=).*$@$1\${PREFIX}@;
s@^(exec_prefix[ \t]*=).*$@$1\${PREFIX}@;
' ${WRKSRC}/${d}/Makefile
done