pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/html2wml Use the configure target and use REP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb6c4b5a5bf3
branches:  trunk
changeset: 476642:eb6c4b5a5bf3
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Thu Jun 17 08:48:12 2004 +0000

description:
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:

 textproc/html2wml/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 05fb2363c160 -r eb6c4b5a5bf3 textproc/html2wml/Makefile
--- a/textproc/html2wml/Makefile        Thu Jun 17 03:49:15 2004 +0000
+++ b/textproc/html2wml/Makefile        Thu Jun 17 08:48:12 2004 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index