summaryrefslogtreecommitdiff
path: root/editors/wordperfect
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /editors/wordperfect
parentln -> ${LN} (diff)
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
Diffstat (limited to 'editors/wordperfect')
-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 \