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 | |
parent | 07160b676ade72ef836ebdf1f556eb0fcaa9518a (diff) | |
download | pkgsrc-d142d6a639aa3161a9b9297c7856389a9330d9d6.tar.gz |
Avoid pax's -z option (Solaris's pax doesn't know it).
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-share/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 4 |
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 && \ |