summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 02:56:05 +0000
committerwiz <wiz>2002-10-20 02:56:05 +0000
commitfe7fa9e1675bdbcbcb1a302d2488687bb5a5a5e7 (patch)
tree6fd68e38fea7a42beeee14056447f39110fa2033 /print
parentdd098342196d3f60a2fc8949d55e7ddf55adaef1 (diff)
downloadpkgsrc-fe7fa9e1675bdbcbcb1a302d2488687bb5a5a5e7.tar.gz
Combine pax+rm in one step.
Diffstat (limited to 'print')
-rw-r--r--print/teTeX-share/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile
index f9dc7ed05f0..5205526a47b 100644
--- a/print/teTeX-share/Makefile
+++ b/print/teTeX-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/10/20 02:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2002/10/20 02:56:05 wiz Exp $
#
DISTNAME= teTeX-texmf-1.0.2
@@ -24,8 +24,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; ${RM} -f `${CAT} ${FILESDIR}/exclude`
+ cd ${PREFIX}/share/texmf; ${PAX} -crzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} `${CAT} ${FILESDIR}/exclude`
post-install:
@cd ${PREFIX}/share/texmf/tex/latex/base && \