From fe7fa9e1675bdbcbcb1a302d2488687bb5a5a5e7 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Oct 2002 02:56:05 +0000 Subject: Combine pax+rm in one step. --- print/teTeX-share/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print') 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 && \ -- cgit v1.2.3