summaryrefslogtreecommitdiff
path: root/print/teTeX-share
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 02:33:45 +0000
committerwiz <wiz>2002-10-20 02:33:45 +0000
commitb8db26003e4f89fb12e73b67f8ffeb3b9afa186e (patch)
tree4bfb43b7a7ca34ee19e7abb5f8f839b6b158a474 /print/teTeX-share
parent32acd1cf43cd4d9b56abb3e6f8acd623c67bcc35 (diff)
downloadpkgsrc-b8db26003e4f89fb12e73b67f8ffeb3b9afa186e.tar.gz
Prefer pax to GNU tar.
Diffstat (limited to 'print/teTeX-share')
-rw-r--r--print/teTeX-share/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index bdb9edd599e..f9dc7ed05f0 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/09/21 00:46:32 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/10/20 02:33:45 wiz Exp $
#
DISTNAME= teTeX-texmf-1.0.2
@@ -23,17 +23,11 @@ NO_MTREE= yes
EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff
do-install:
- @${ECHO} ""
- @${ECHO} "Extracting ${DISTFILES} to ${PREFIX}/share/texmf"
- @${ECHO} ""
- @${ECHO} " ** Get yourself a shower and a big mug of coffee,"
- @${ECHO} " ** this will take _very_ long!"
- @${ECHO} ""
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
- ${GTAR} -plzx \
- -C ${PREFIX}/share/texmf \
- -X ${FILESDIR}/exclude \
- -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ cd ${PREFIX}/share/texmf; ${PAX} -rzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+ cd ${PREFIX}/share/texmf; ${RM} -f `${CAT} ${FILESDIR}/exclude`
+
+post-install:
@cd ${PREFIX}/share/texmf/tex/latex/base && \
${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${EXTRA_PATCH} && \
${RM} latex.ltx.orig