summaryrefslogtreecommitdiff
path: root/print/teTeX-share
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-31 03:08:09 +0000
committerwiz <wiz>2002-10-31 03:08:09 +0000
commitcd5b38d40dd1b62541d5ef962c68406f8ba47ac6 (patch)
tree6cc9b2ffb11c16c87d9e29624cef4747d4dce540 /print/teTeX-share
parent28d7ff62ae8f0d07b7fe156ac32f15f475bc19b0 (diff)
downloadpkgsrc-cd5b38d40dd1b62541d5ef962c68406f8ba47ac6.tar.gz
Avoid pax's -z option (Solaris's pax doesn't know it).
Diffstat (limited to 'print/teTeX-share')
-rw-r--r--print/teTeX-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index 5205526a47b..fe3e78b3166 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/10/20 02:56:05 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2002/10/31 03:08:09 wiz Exp $
#
DISTNAME= teTeX-texmf-1.0.2
@@ -24,7 +24,7 @@ EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
- cd ${PREFIX}/share/texmf; ${PAX} -crzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} `${CAT} ${FILESDIR}/exclude`
+ cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -cr `${CAT} ${FILESDIR}/exclude`
post-install:
@cd ${PREFIX}/share/texmf/tex/latex/base && \