diff options
-rw-r--r-- | devel/cvs2html/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 54711e11b46..1d3ba4397bf 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/27 11:44:26 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/30 17:30:12 jlam Exp $ # DISTNAME= cvs2html-1.82 @@ -9,11 +9,12 @@ 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 -REPLACE_PERL= cvs2html +USE_BUILDLINK_ONLY= YES +NO_BUILD= YES +REPLACE_PERL= cvs2html do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |