summaryrefslogtreecommitdiff
path: root/textproc/html2wml
diff options
context:
space:
mode:
authorcjep <cjep>2004-06-17 08:48:12 +0000
committercjep <cjep>2004-06-17 08:48:12 +0000
commit4c40a65f33f6093e49d64b73b8b48765da74c9e5 (patch)
tree69ce34e438b869575a7a96db1b31eaab73e346b2 /textproc/html2wml
parentb2ff189a85571d786604bef5d756d10fa7a37196 (diff)
downloadpkgsrc-4c40a65f33f6093e49d64b73b8b48765da74c9e5.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/Makefile5
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