pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto Tell xmlto which bash executable to use.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/020c9ea0d1f8
branches:  trunk
changeset: 550014:020c9ea0d1f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 13 11:15:14 2008 +0000

description:
Tell xmlto which bash executable to use.
Bump PKGREVISION.

diffstat:

 textproc/xmlto/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 7195ccb8dbab -r 020c9ea0d1f8 textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Thu Nov 13 10:12:39 2008 +0000
+++ b/textproc/xmlto/Makefile   Thu Nov 13 11:15:14 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2008/11/10 23:01:38 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2008/11/13 11:15:14 wiz Exp $
 #
 
 DISTNAME=              xmlto-0.0.21
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          # ftp(1) doesn't speak https: https://fedorahosted.org/xmlto/browser
 EXTRACT_SUFX=          .tar.bz2
@@ -18,11 +19,13 @@
 
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-MAKE_ENV+=             SGML_CATALOG_FILES=${PREFIX:Q}/share/xml/catalog
-CONFIGURE_ARGS+=       --with-getopt=${PREFIX:Q}/bin/getopt
+MAKE_ENV+=             SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog
+CONFIGURE_ARGS+=       --with-getopt=${PREFIX}/bin/getopt
+CONFIGURE_ARGS+=       --with-bash=${PREFIX}/bin/bash
 
-REPLACE_BASH+=         xmlto.in
+REPLACE_BASH+=         xmlif/test/run-test
 USE_TOOLS+=            bash:run mktemp
+TEST_TARGET=           check
 
 INSTALLATION_DIRS=     share/xmlto/format/docbook share/xmlto/format/fo
 



Home | Main Index | Thread Index | Old Index