summaryrefslogtreecommitdiff
path: root/devel/cvs2html
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-24 13:43:48 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-24 13:43:48 +0000
commit99fadbf743426d0864630937496457786cdfcb57 (patch)
tree7a28bf40559bcf85646fa32b73700cf841dea49c /devel/cvs2html
parent50d3f9965853735f274828e1252fc6c5318aa631 (diff)
downloadpkgsrc-99fadbf743426d0864630937496457786cdfcb57.tar.gz
Fix forget'o: add missing output redirection for SED
Diffstat (limited to 'devel/cvs2html')
-rw-r--r--devel/cvs2html/Makefile4
1 files changed, 2 insertions, 2 deletions
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: