svn commit: r362811 - head/print/texlive-docs

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 24 15:55:02 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list