summaryrefslogtreecommitdiff
path: root/print/tex-dhucs
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /print/tex-dhucs
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.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-dhucs')
-rw-r--r--print/tex-dhucs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-dhucs/Makefile b/print/tex-dhucs/Makefile
index 6f8b7ff8a1f..c116edc00dc 100644
--- a/print/tex-dhucs/Makefile
+++ b/print/tex-dhucs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/06/06 23:50:14 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/26 02:13:23 joerg Exp $
DISTNAME= dhucs-3.2.2-20070507
PKGNAME= tex-${DISTNAME:C/-[0-9]+$//}
@@ -19,7 +19,7 @@ SITES.fonts-unttf-20070507.tar.gz= \
WRKSRC= ${WRKDIR}/dhucs
NO_BUILD= yes
USE_DIRS+= texmf-1.0
-USE_TOOLS+= bzcat perl:run
+USE_TOOLS+= bzcat pax perl:run
REPLACE_PERL+= script/makeindex-dhucs.pl
@@ -33,7 +33,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/makeindex/dhucs.ist \
${PKG_LOCALTEXMFPREFIX}/makeindex/
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs
- cd ${WRKSRC}/tex-latex-dhucs && ${PAX} -rwppm . \
+ cd ${WRKSRC}/tex-latex-dhucs && pax -rwppm . \
${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs/
find ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs \
-type d -exec chmod ${PKGDIRMODE} {} \;