From 9cddbb78fe416e5008a7169282d9bc3f9c188f48 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 24 Feb 2006 20:52:05 +0000 Subject: Use EXTRACT_CMD. --- print/teTeX1-sharesrc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/teTeX1-sharesrc') diff --git a/print/teTeX1-sharesrc/Makefile b/print/teTeX1-sharesrc/Makefile index 1db217157be..68f0dc89b7f 100644 --- a/print/teTeX1-sharesrc/Makefile +++ b/print/teTeX1-sharesrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:30 grant Exp $ +# $NetBSD: Makefile,v 1.9 2006/02/24 20:52:05 joerg Exp $ DISTNAME= teTeX-texmfsrc-1.0.1 PKGNAME= teTeX-sharesrc-1.0.1 @@ -26,7 +26,8 @@ EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf - cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -O -r + extract_file=${_DISTDIR:Q}/${DISTFILES:Q}; \ + cd ${PREFIX}/share/texmf; ${EXTRACT_CMD} post-install: @cd ${PREFIX}/share/texmf/source/latex/base && \ -- cgit v1.2.3