summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-06-17 08:48:12 +0000
committercjep <cjep@pkgsrc.org>2004-06-17 08:48:12 +0000
commit7c847fc994142531d1fb65f5e5a5696c947b9bc4 (patch)
tree69ce34e438b869575a7a96db1b31eaab73e346b2 /textproc
parent1c110ab746ea874a6d782950fe87450ff859ce37 (diff)
downloadpkgsrc-7c847fc994142531d1fb65f5e5a5696c947b9bc4.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')
-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