summaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /textproc/asciidoc
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz
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.
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r--textproc/asciidoc/Makefile6
1 files changed, 3 insertions, 3 deletions
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 \