From 1730de7a37e84e43daba9dc33e8e4adf402ba774 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 10 Apr 2003 20:10:15 +0000 Subject: make usage of pax more consistent, use -O to bomb on broken archives (suggested by lukem), group z, r and f flags. some whitespace cleanup. --- print/teTeX2-share/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/teTeX2-share') diff --git a/print/teTeX2-share/Makefile b/print/teTeX2-share/Makefile index a66ce3561d6..d9f92a57e93 100644 --- a/print/teTeX2-share/Makefile +++ b/print/teTeX2-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/10 20:10:19 grant Exp $ DISTNAME= tetex-texmf-2.0.2 PKGNAME= teTeX2-share-2.0.2 @@ -23,7 +23,7 @@ NO_MTREE= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf .if defined(EXTRACT_USING_PAX) - cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -cr `${CAT} ${FILESDIR}/exclude` + cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -O -cr `${CAT} ${FILESDIR}/exclude` .else cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${GTAR} -X ${FILESDIR}/exclude -xpf - .endif -- cgit v1.2.3