diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-31 03:08:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-31 03:08:09 +0000 |
commit | d142d6a639aa3161a9b9297c7856389a9330d9d6 (patch) | |
tree | 6cc9b2ffb11c16c87d9e29624cef4747d4dce540 /print/teTeX-share | |
parent | 07160b676ade72ef836ebdf1f556eb0fcaa9518a (diff) | |
download | pkgsrc-d142d6a639aa3161a9b9297c7856389a9330d9d6.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/Makefile | 4 |
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 && \ |