summaryrefslogtreecommitdiff
path: root/print
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
parent28d7ff62ae8f0d07b7fe156ac32f15f475bc19b0 (diff)
downloadpkgsrc-cd5b38d40dd1b62541d5ef962c68406f8ba47ac6.tar.gz
Avoid pax's -z option (Solaris's pax doesn't know it).
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-share/Makefile4
-rw-r--r--print/teTeX-sharesrc/Makefile4
2 files changed, 4 insertions, 4 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 && \
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile
index fd7966ad5e5..e4ac2a1088c 100644
--- a/print/teTeX-sharesrc/Makefile
+++ b/print/teTeX-sharesrc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/10/20 02:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2002/10/31 03:08:09 wiz Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -28,7 +28,7 @@ EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
- cd ${PREFIX}/share/texmf; ${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -r
post-install:
@cd ${PREFIX}/share/texmf/source/latex/base && \