summaryrefslogtreecommitdiff
path: root/print/teTeX-share
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 20:10:15 +0000
committergrant <grant>2003-04-10 20:10:15 +0000
commit78921545271c9c304bf31da7bb32e3e490a57d24 (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /print/teTeX-share
parenta7d6297de36c714ba3a95969346280c4248c1778 (diff)
downloadpkgsrc-78921545271c9c304bf31da7bb32e3e490a57d24.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/Makefile4
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 && \