summaryrefslogtreecommitdiff
path: root/print/teTeX-sharesrc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
committergrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
commitdc40bcec018c5d437e546f24e817561e7d98942c (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /print/teTeX-sharesrc
parent24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff)
downloadpkgsrc-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-sharesrc')
-rw-r--r--print/teTeX-sharesrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile
index a28896eeb74..977d32d62a6 100644
--- a/print/teTeX-sharesrc/Makefile
+++ b/print/teTeX-sharesrc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/03/29 12:42:17 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2003/04/10 20:10:19 grant Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -27,7 +27,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} -r
+ cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -O -r
post-install:
@cd ${PREFIX}/share/texmf/source/latex/base && \