summaryrefslogtreecommitdiff
path: root/textproc/docbook-website
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/docbook-website
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/docbook-website')
-rw-r--r--textproc/docbook-website/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile
index a9fd7f3a8a3..f4c0933dc6c 100644
--- a/textproc/docbook-website/Makefile
+++ b/textproc/docbook-website/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2006/03/21 06:00:49 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2008/05/26 02:13:24 joerg Exp $
#
DISTNAME= docbook-website-2.6.0
@@ -14,6 +14,7 @@ DEPENDS+= docbook-simple-[0-9]*:../../textproc/docbook-simple
DEPENDS+= docbook-xsl>=1.58:../../textproc/docbook-xsl
USE_LANGUAGES= # empty
+USE_TOOLS+= pax
NO_BUILD= YES
NO_CONFIGURE= YES
@@ -29,11 +30,11 @@ do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${DTDDIR}
${INSTALL_DATA_DIR} ${EGDIR}
- cd ${WRKSRC} && ${PAX} -rwpm ChangeLog README VERSION \
+ cd ${WRKSRC} && pax -rwpm ChangeLog README VERSION \
RELEASE-NOTES.html RELEASE-NOTES.txt RELEASE-NOTES.xml \
TODO ${DOCDIR}
- cd ${WRKSRC}/example && ${PAX} -rwpm . ${EGDIR}
- cd ${WRKSRC} && ${PAX} -rwpm VERSION extensions schema xsl \
+ cd ${WRKSRC}/example && pax -rwpm . ${EGDIR}
+ cd ${WRKSRC} && pax -rwpm VERSION extensions schema xsl \
${DTDDIR}
${INSTALL_DATA} ${WRKSRC}/catalog.xml ${WRKSRC}/catalog ${DTDDIR}