diff options
author | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
commit | dc40bcec018c5d437e546f24e817561e7d98942c (patch) | |
tree | e08aa7e58a3041d86a2d037d59d2af657fa4f276 /print/teTeX-share | |
parent | 24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff) | |
download | pkgsrc-dc40bcec018c5d437e546f24e817561e7d98942c.tar.gz |
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.
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 c61ddb46c59..f380055493c 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/03/29 12:42:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2003/04/10 20:10:19 grant Exp $ # DISTNAME= teTeX-texmf-1.0.2 @@ -25,7 +25,7 @@ EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf - 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` post-install: @cd ${PREFIX}/share/texmf/tex/latex/base && \ |