summaryrefslogtreecommitdiff
path: root/devel/cvs2html
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-30 17:30:12 +0000
committerjlam <jlam@pkgsrc.org>2001-11-30 17:30:12 +0000
commitcdd2882b094034af9bb2d98ff4dac0be5819e44a (patch)
treee63f32e123181597771ab1cc51bfa577ba1ac173 /devel/cvs2html
parent48acd853a2e4fe4df99efba7cc7f4af8ca061041 (diff)
downloadpkgsrc-cdd2882b094034af9bb2d98ff4dac0be5819e44a.tar.gz
Buildlink'ify.
Diffstat (limited to 'devel/cvs2html')
-rw-r--r--devel/cvs2html/Makefile9
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"