From 4c40a65f33f6093e49d64b73b8b48765da74c9e5 Mon Sep 17 00:00:00 2001 From: cjep Date: Thu, 17 Jun 2004 08:48:12 +0000 Subject: Use the configure target and use REPLACE_PERL to get the correct path to perl in html2wml. Fixes PR#25951 from diro at nixsys dot bz . --- textproc/html2wml/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile index 04e8021dc5c..80a950206ee 100644 --- a/textproc/html2wml/Makefile +++ b/textproc/html2wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/05/04 23:46:36 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/06/17 08:48:12 cjep Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 @@ -16,9 +16,10 @@ DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML USE_BUILDLINK3= yes -NO_CONFIGURE= # defined NO_BUILD= # defined +REPLACE_PERL= ${WRKSRC}/html2wml.cgi + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1 -- cgit v1.2.3