diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /editors/wordperfect | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) | |
download | ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.tar.gz ports-8d6f14a9b2d73e9a9cbd3f785b162547d769b53a.zip |
Notes
Diffstat (limited to 'editors/wordperfect')
-rw-r--r-- | editors/wordperfect/Makefile | 4 |
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 \ |