summaryrefslogtreecommitdiff
path: root/print/teTeX-sharesrc
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-31 03:08:09 +0000
committerwiz <wiz>2002-10-31 03:08:09 +0000
commit45a5f814709914344628584416b013b6ae918d49 (patch)
tree6cc9b2ffb11c16c87d9e29624cef4747d4dce540 /print/teTeX-sharesrc
parentbae58bee43a77006501efa062f39f2e27bdbbb2b (diff)
downloadpkgsrc-45a5f814709914344628584416b013b6ae918d49.tar.gz
Avoid pax's -z option (Solaris's pax doesn't know it).
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 fd7966ad5e5..e4ac2a1088c 100644
--- a/print/teTeX-sharesrc/Makefile
+++ b/print/teTeX-sharesrc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/10/20 02:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2002/10/31 03:08:09 wiz Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -28,7 +28,7 @@ EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
- cd ${PREFIX}/share/texmf; ${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -r
post-install:
@cd ${PREFIX}/share/texmf/source/latex/base && \