From d80d61991234d5db87f4eb1fc9efc6a7c4e1cc21 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Oct 2002 02:33:45 +0000 Subject: Prefer pax to GNU tar. --- print/teTeX-sharesrc/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'print/teTeX-sharesrc') diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile index 32ae065450f..a46dd1f15fa 100644 --- a/print/teTeX-sharesrc/Makefile +++ b/print/teTeX-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/09/21 01:51:36 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/10/20 02:33:45 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -27,14 +27,11 @@ FILESDIR= ${.CURDIR}/../../print/teTeX-share/files EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff do-install: - @${ECHO} "" - @${ECHO} "Extracting ${DISTFILES} to ${PREFIX}/share/texmf/source" - @${ECHO} " Get yourself a shower and a mug of coffee, this will take long!" - @${ECHO} "" ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf - ${GTAR} -plzx \ - -C ${PREFIX}/share/texmf \ - -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} + cd ${PREFIX}/share/texmf; ${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} + cd ${PREFIX}/share/texmf; ${RM} -f `${CAT} ${FILESDIR}/exclude` + +post-install: @cd ${PREFIX}/share/texmf/source/latex/base && \ ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${EXTRA_PATCH} && \ ${RM} latex.ltx.orig -- cgit v1.2.3