mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
548bcd3958
PR: ports/21307 Submitted by: kiri@pis.toba-cmt.ac.jp
6 lines
112 B
Bash
6 lines
112 B
Bash
#!/bin/sh
|
|
|
|
for f in ${DB_DATA}; do
|
|
env LANG=C perl -pi -e 's/%%PREFIX%%/$ENV{PREFIX}/g' ${WRKSRC}/${f}
|
|
done
|