aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 10:17:34 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 10:17:34 +0800
commit4ea1177771960cdf6cbcee78db1b8afa6d678858 (patch)
tree58e7abcdb7f57e16ff96f071c49c88244a440598 /editors
parentfa1d1e4d83108ff37c97627528c2face622cdd11 (diff)
downloadfreebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.gz
freebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.tar.zst
freebsd-ports-gnome-4ea1177771960cdf6cbcee78db1b8afa6d678858.zip
sed -> ${SED}
Diffstat (limited to 'editors')
-rw-r--r--editors/wordperfect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile
index f31fefa14c87..3c12a2db2331 100644
--- a/editors/wordperfect/Makefile
+++ b/editors/wordperfect/Makefile
@@ -40,7 +40,7 @@ post-patch:
< ${WRKDIR}/shared/wpdata.old \
> ${WRKDIR}/shared/wpdata
@${CP} ${WRKDIR}/shared/install.wp ${WRKDIR}/shared/install.wp.old
- @sed 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \
+ @${SED} 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \
< ${WRKDIR}/shared/install.wp.old \
> ${WRKDIR}/shared/install.wp
@@ -60,7 +60,7 @@ pre-install:
do-install:
@${MKDIR} ${WRKDIR}/tmp
@(cd ${WRKDIR} ; ${SCRIPTS_ENV} TMPDIR=${WRKDIR}/tmp ${SH} Runme)
- @sed 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \
+ @${SED} 's#REPLACE_ME_WITH_DESTINATION#${PREFIX}/lib/corel#' \
< ${FILESDIR}/xwp \
> ${WRKDIR}/xwp
@if test -f ${PREFIX}/bin/xwp ; then \