summaryrefslogtreecommitdiff
path: root/print/texlive
diff options
context:
space:
mode:
authorsno <sno>2012-01-30 19:08:58 +0000
committersno <sno>2012-01-30 19:08:58 +0000
commit5b2993962651520ee1ffe57417c7dbb55e87f5fa (patch)
tree41acfdbe2acfd27f2692c3c97acca2374550d33d /print/texlive
parent3c9567fb55b56884ece422d56bdeb6f71f0ca274 (diff)
downloadpkgsrc-5b2993962651520ee1ffe57417c7dbb55e87f5fa.tar.gz
using ${PAX} instead of expecting a pax is in PATH
Diffstat (limited to 'print/texlive')
-rw-r--r--print/texlive/package.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texlive/package.mk b/print/texlive/package.mk
index f9be568a822..6829a14f689 100644
--- a/print/texlive/package.mk
+++ b/print/texlive/package.mk
@@ -1,4 +1,4 @@
-# $NetBSD: package.mk,v 1.13 2011/12/10 19:17:00 minskim Exp $
+# $NetBSD: package.mk,v 1.14 2012/01/30 19:08:58 sno Exp $
#
# This Makefile fragment is intended to be included by packages that build
# TeX Live packages.
@@ -103,7 +103,7 @@ _texlive-install:
if [ -d ${WRKSRC}/${_dir} ]; then \
cd ${WRKSRC} && \
${MKDIR} ${_topdir} && \
- pax -rwpm -s ',.*\.orig$$,,' \
+ ${PAX} -rwpm -s ',.*\.orig$$,,' \
${_dir} ${_topdir}; \
fi
.endfor