diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /print/tex-chemarrow | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-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 'print/tex-chemarrow')
-rw-r--r-- | print/tex-chemarrow/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/tex-chemarrow/Makefile b/print/tex-chemarrow/Makefile index 934beea9fdb..c0e0928a08b 100644 --- a/print/tex-chemarrow/Makefile +++ b/print/tex-chemarrow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/04/07 02:41:13 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:23 joerg Exp $ # DISTNAME= chemarrow @@ -16,6 +16,8 @@ NO_CONFIGURE= yes NO_BUILD= yes USE_DIRS+= texmf-1.0 +USE_TOOLS+= pax + .include "../../print/teTeX/module.mk" post-extract: @@ -32,7 +34,7 @@ do-install: ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow ${INSTALL_DATA} ${WRKSRC}/chemarrow.sty \ ${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow - cd ${WRKSRC}/type1/arrow\ PC && ${PAX} -rw . \ + cd ${WRKSRC}/type1/arrow\ PC && pax -rw . \ ${PREFIX}/share/fonts/chemarrow/ .include "../../mk/bsd.pkg.mk" |