diff options
Diffstat (limited to 'print/teTeX-sharesrc/Makefile')
-rw-r--r-- | print/teTeX-sharesrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 && \ |