summaryrefslogtreecommitdiff
path: root/archivers/deepforest/scripts/post-install
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-08 11:00:15 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2003-05-08 11:00:15 +0000
commitbc999a51be2f83fe8fe1e676fa0ccfb16e231bda (patch)
tree1b1b8aaaccee9c6fc6c320bd0909f114852f7a63 /archivers/deepforest/scripts/post-install
parentSet MASTER_SITES fetchable and correct reinplace commands. (diff)
Change in-place replacement.
Notes
Notes: svn path=/head/; revision=80438
Diffstat (limited to 'archivers/deepforest/scripts/post-install')
-rw-r--r--archivers/deepforest/scripts/post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/deepforest/scripts/post-install b/archivers/deepforest/scripts/post-install
index 06d9aad764ce..59f8e034e28f 100644
--- a/archivers/deepforest/scripts/post-install
+++ b/archivers/deepforest/scripts/post-install
@@ -3,7 +3,7 @@
case ${LANGUAGE} in
Japanese)
for f in DeepForest.app; do
- ${REINPLACE_CMD} -E -e \
+ ${REINPLACE_CMD} -i "" -E -e \
"s/^(exec[[:space:]]+)wishstep[^[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
${PREFIX}/JDE/DeepForest/${f}
done