From 99fadbf743426d0864630937496457786cdfcb57 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 24 Jun 2001 13:43:48 +0000 Subject: Fix forget'o: add missing output redirection for SED --- devel/cvs2html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cvs2html') diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 14935ffe8b0..0f9570e6f70 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/24 13:30:17 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/06/24 13:43:48 zuntum Exp $ # DISTNAME= cvs2html-1.82 @@ -13,7 +13,7 @@ NO_BUILD= YES USE_PERL5= YES post-patch: - ${SED} "s,/usr/bin/perl,${PERL5}," ${WRKSRC}/cvs2html ${WRKSRC}/cvs2html.done + ${SED} "s,/usr/bin/perl,${PERL5}," ${WRKSRC}/cvs2html > ${WRKSRC}/cvs2html.done ${MV} ${WRKSRC}/cvs2html.done ${WRKSRC}/cvs2html do-install: -- cgit v1.2.3