Date: Thu, 24 Jul 2014 15:55:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362811 - head/print/texlive-docs Message-ID: <201407241555.s6OFt1Wb011773@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241555.s6OFt1Wb011773>