From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 15:55:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D5AE2C7; Thu, 24 Jul 2014 15:55:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A4B12E9A; Thu, 24 Jul 2014 15:55:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OFt1cp011774; Thu, 24 Jul 2014 15:55:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OFt1Wb011773; Thu, 24 Jul 2014 15:55:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407241555.s6OFt1Wb011773@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 24 Jul 2014 15:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362811 - head/print/texlive-docs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2014 15:55:02 -0000 Author: bapt Date: Thu Jul 24 15:55:01 2014 New Revision: 362811 URL: http://svnweb.freebsd.org/changeset/ports/362811 QAT: https://qat.redports.org/buildarchive/r362811/ Log: Support stage Modified: head/print/texlive-docs/Makefile Modified: head/print/texlive-docs/Makefile ============================================================================== --- head/print/texlive-docs/Makefile Thu Jul 24 15:53:29 2014 (r362810) +++ head/print/texlive-docs/Makefile Thu Jul 24 15:55:01 2014 (r362811) @@ -11,7 +11,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, documentation -USE_XZ= yes +USES= tar:xz USE_TEX= texlive texmf NO_BUILD= yes NO_WRKSRC= yes @@ -37,13 +37,12 @@ EXCLUDE_FILES= \*/doc/man \ EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,} -NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} do-install: ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \ - ${EXTRACT_AFTER_ARGS} -C ${PREFIX}/share \ + ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ ${DISTNAME}/texmf/doc ${DISTNAME}/texmf-dist/doc