summaryrefslogtreecommitdiff
path: root/textproc/asciidoc
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit2374ca422f2eb8b46ed600c7bb21740b2865d899 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /textproc/asciidoc
parentef56178a4a7ad8f02178aa72c5c4a4567ade918b (diff)
downloadpkgsrc-2374ca422f2eb8b46ed600c7bb21740b2865d899.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 \