diff options
author | wiz <wiz> | 2008-11-13 11:15:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-13 11:15:14 +0000 |
commit | 166c59084e087b94e9c4d679b0dd25f96c686a80 (patch) | |
tree | ab1c05e608b047c190214888cd5306f7ff13ea20 /textproc/xmlto/Makefile | |
parent | ea3e10b0902671c663c9ecf9161a7abc91a5b8a9 (diff) | |
download | pkgsrc-166c59084e087b94e9c4d679b0dd25f96c686a80.tar.gz |
Tell xmlto which bash executable to use.
Bump PKGREVISION.
Diffstat (limited to 'textproc/xmlto/Makefile')
-rw-r--r-- | textproc/xmlto/Makefile | 11 |
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 |