From 3d8ef5a52d6570c7a88c64337bb6c476b78c810c Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. --- textproc/asciidoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/asciidoc') diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index 249d77a7af4..46ec911d15a 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/04/25 20:39:12 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:24 joerg Exp $ # DISTNAME= asciidoc-8.2.5 @@ -15,7 +15,7 @@ DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl DEPENDS+= getopt-[0-9]*:../../misc/getopt REPLACE_BASH+= a2x -USE_TOOLS+= bash:run +USE_TOOLS+= bash:run pax PYTHON_PATCH_SCRIPTS= asciidoc.py filters/code-filter.py filters/music2png.py NO_BUILD= yes @@ -43,7 +43,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.html ${DOCDIR} - cd ${WRKSRC} && ${PAX} -wr -pma *.conf filters/*.py \ + cd ${WRKSRC} && pax -wr -pma *.conf filters/*.py \ filters/*.conf docbook-xsl/*.xsl stylesheets/*.css \ javascripts/*.js images/icons/callouts/* images/icons/*.png \ images/icons/README \ -- cgit v1.2.3