diff options
-rw-r--r-- | devel/cvs2html/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 0f9570e6f70..54711e11b46 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,20 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2001/06/24 13:43:48 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/27 11:44:26 zuntum Exp $ # DISTNAME= cvs2html-1.82 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= packages@netbsd.org +MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://cvs.sslug.dk/cvs2html/ COMMENT= perl script to turn ``cvs log'' output into HTML NO_BUILD= YES USE_PERL5= YES - -post-patch: - ${SED} "s,/usr/bin/perl,${PERL5}," ${WRKSRC}/cvs2html > ${WRKSRC}/cvs2html.done - ${MV} ${WRKSRC}/cvs2html.done ${WRKSRC}/cvs2html +REPLACE_PERL= cvs2html do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin |