From 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:17:34 +0000 Subject: sed -> ${SED} --- editors/wordperfect/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/wordperfect') 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 \ -- cgit v1.2.3