summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-13 11:15:14 +0000
committerwiz <wiz@pkgsrc.org>2008-11-13 11:15:14 +0000
commita858f64b7ecdf260434ffda425086df940f73be4 (patch)
treeab1c05e608b047c190214888cd5306f7ff13ea20
parentf52537924a0efa0e467a2b77ff80e6d04b6679ab (diff)
downloadpkgsrc-a858f64b7ecdf260434ffda425086df940f73be4.tar.gz
Tell xmlto which bash executable to use.
Bump PKGREVISION.
-rw-r--r--textproc/xmlto/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index 51d42954bde..55d41942069 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -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 @@ DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2
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