summaryrefslogtreecommitdiff
path: root/print/tex-prosper
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-prosper
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-prosper')
-rw-r--r--print/tex-prosper/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile
index 1448753b89a..5c5dd57bae5 100644
--- a/print/tex-prosper/Makefile
+++ b/print/tex-prosper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/07 03:30:36 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:23 joerg Exp $
#
DISTNAME= prosper-1.00.4
@@ -17,6 +17,8 @@ NO_CONFIGURE= yes
NO_BUILD= yes
USE_DIRS+= texmf-1.0
+USE_TOOLS+= pax
+
TEXMF= ${PKG_LOCALTEXMFPREFIX}
PROSPERDIR= ${TEXMF}/tex/latex/prosper
@@ -36,10 +38,10 @@ do-install:
${INSTALL_DATA_DIR} ${PROSPERDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
- cd ${WRKSRC} && ${PAX} -rw -pp -pm *.sty *.cls img contrib designer \
+ cd ${WRKSRC} && pax -rw -pp -pm *.sty *.cls img contrib designer \
${PROSPERDIR}
- cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${DOCDIR}
- cd ${WRKSRC}/examples && ${PAX} -rw -pp -pm . ${EGDIR}
+ cd ${WRKSRC}/doc && pax -rw -pp -pm . ${DOCDIR}
+ cd ${WRKSRC}/examples && pax -rw -pp -pm . ${EGDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
.endfor