summaryrefslogtreecommitdiff
path: root/print/teTeX2-share
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 20:10:15 +0000
committergrant <grant>2003-04-10 20:10:15 +0000
commit1730de7a37e84e43daba9dc33e8e4adf402ba774 (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /print/teTeX2-share
parent2a5cc5d9ab8d90969fbceaa25bc3ade20caff6be (diff)
downloadpkgsrc-1730de7a37e84e43daba9dc33e8e4adf402ba774.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/teTeX2-share')
-rw-r--r--print/teTeX2-share/Makefile4
1 files changed, 2 insertions, 2 deletions
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