summaryrefslogtreecommitdiff
path: root/devel/cvs2html
diff options
context:
space:
mode:
authorjlam <jlam>2002-11-14 23:39:09 +0000
committerjlam <jlam>2002-11-14 23:39:09 +0000
commit62c2e984612b4cc56d6ba0005525a3c11e8431c0 (patch)
tree19850190a5698083a8dd95848de47a7bdd3ed70a /devel/cvs2html
parent47116d346fd5470319ff7d14942b9ecbcc481320 (diff)
downloadpkgsrc-62c2e984612b4cc56d6ba0005525a3c11e8431c0.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'devel/cvs2html')
-rw-r--r--devel/cvs2html/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile
index 1d3ba4397bf..b096bc7a6c2 100644
--- a/devel/cvs2html/Makefile
+++ b/devel/cvs2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/30 17:30:12 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/11/14 23:46:35 jlam Exp $
#
DISTNAME= cvs2html-1.82
@@ -9,12 +9,12 @@ MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://cvs.sslug.dk/cvs2html/
COMMENT= perl script to turn ``cvs log'' output into HTML
-USE_BUILDLINK_ONLY= YES
-NO_BUILD= YES
-REPLACE_PERL= cvs2html
+USE_BUILDLINK2= YES
+NO_BUILD= YES
+REPLACE_PERL= cvs2html
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"