1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/afterstep-i18n/scripts/configure
Jun Kuriyama 1fccd23656 The NeXTSTEP clone window manager with Fontset support.
PR:		ports/8408
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG>
1998-11-15 22:08:01 +00:00

7 lines
183 B
Bash

#!/bin/sh
files="sample.steprc sample.steprc.ja_JP.EUC configure.h afterstep/afterstep.man"
for i in $files; do
/usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|g' $WRKSRC/$i
done