aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorkiri <kiri@FreeBSD.org>2003-05-08 19:00:15 +0800
committerkiri <kiri@FreeBSD.org>2003-05-08 19:00:15 +0800
commitc02e408ab212bb818b4a6d4c34feb06f89dfca18 (patch)
tree32f348f7f9b52e1472a679e4e6c9bb92faa0baab /archivers
parent262d0a2f95068109fea6f021fb97cb489c111fff (diff)
downloadfreebsd-ports-gnome-c02e408ab212bb818b4a6d4c34feb06f89dfca18.tar.gz
freebsd-ports-gnome-c02e408ab212bb818b4a6d4c34feb06f89dfca18.tar.zst
freebsd-ports-gnome-c02e408ab212bb818b4a6d4c34feb06f89dfca18.zip
Change in-place replacement.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/deepforest/Makefile1
-rw-r--r--archivers/deepforest/scripts/post-install2
2 files changed, 2 insertions, 1 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile
index 3712d3a28679..3b28bacfdc4f 100644
--- a/archivers/deepforest/Makefile
+++ b/archivers/deepforest/Makefile
@@ -24,6 +24,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
+REINPLACE_ARGS=
SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \
LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
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