summaryrefslogtreecommitdiff
path: root/net-im/amsn/scripts/post-configure
blob: 1a544b4c53e1f17c83e129d7dcbef56383a86f1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

cd $WRKSRC

for i in alarm.tcl amsn
do
	mv $i $i.orig
	sed -e "s=/usr/bin/wish=$PREFIX/bin/wish8.4=" < $i.orig > $i
	rm $i.orig
done

mv dkffont.tcl dkffont.tcl.orig
sed -e "s=wish8.0=wish8.4=" < dkffont.tcl.orig > dkffont.tcl
rm dkffont.tcl.orig