diff options
author | cjep <cjep@pkgsrc.org> | 2004-06-17 08:48:12 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-06-17 08:48:12 +0000 |
commit | e2df4471713e8adebe1a19103dacf72edbc19f5b (patch) | |
tree | 69ce34e438b869575a7a96db1b31eaab73e346b2 /textproc/html2wml | |
parent | 76ead6d9b3ba24cdc0b65ffca95c25e38e7863da (diff) | |
download | pkgsrc-e2df4471713e8adebe1a19103dacf72edbc19f5b.tar.gz |
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 .
Diffstat (limited to 'textproc/html2wml')
-rw-r--r-- | textproc/html2wml/Makefile | 5 |
1 files 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 |