From d142d6a639aa3161a9b9297c7856389a9330d9d6 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 31 Oct 2002 03:08:09 +0000 Subject: Avoid pax's -z option (Solaris's pax doesn't know it). --- print/teTeX-share/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/teTeX-share') 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 && \ -- cgit v1.2.3