From 671834320cd4d55b35d706337c19b1c6af94163b Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 29 Oct 2002 20:58:39 +0000 Subject: get rid of USE_REINPLACE --- emulators/vice/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index b5c901d107ec..8236ecc54799 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -15,7 +15,6 @@ RESTRICTED= ROMs are copyrighted by Commodore Business Machines NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} -USE_REINPLACE= yes USE_XPM= yes WANT_GNOME= yes GNU_CONFIGURE= yes @@ -45,7 +44,9 @@ post-extract: @${RM} -f ${WRKSRC}/doc/vice.info* post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/man/vice.1 + @${MV} ${WRKSRC}/man/vice.1 ${WRKSRC}/man/vice.1.sed + ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \ + ${WRKSRC}/man/vice.1.sed > ${WRKSRC}/man/vice.1 post-install: @${LN} -sf vice_toc.html ${DOCSDIR}/index.html -- cgit v1.2.3