Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 16:23:36 +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: r350374 - head/print/texlive-infra
Message-ID:  <201404061623.s36GNaNl072266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Apr  6 16:23:35 2014
New Revision: 350374
URL: http://svnweb.freebsd.org/changeset/ports/350374
QAT: https://qat.redports.org/buildarchive/r350374/

Log:
  Support stage

Modified:
  head/print/texlive-infra/Makefile

Modified: head/print/texlive-infra/Makefile
==============================================================================
--- head/print/texlive-infra/Makefile	Sun Apr  6 16:20:23 2014	(r350373)
+++ head/print/texlive-infra/Makefile	Sun Apr  6 16:23:35 2014	(r350374)
@@ -12,19 +12,18 @@ DIST_SUBDIR=	TeX
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Basic TeXLive infrastructure
 
-USES=		perl5
+USES=		perl5 tar:xz
 USE_PERL5=	run
-USE_XZ=		yes
 USE_TEX=	texlive texmf
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${SITE_PERL}/TeXLive
-	${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm ${SITE_PERL}/TeXLive
+	@${MKDIR} ${STAGEDIR}${SITE_PERL}/TeXLive
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDIR}/web2c/
+	${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm ${STAGEDIR}${SITE_PERL}/TeXLive
 	${INSTALL_DATA} ${WRKSRC}/texmf/web2c/fmtutil-hdr.cnf \
 			${WRKSRC}/texmf/web2c/updmap-hdr.cfg \
-			${PREFIX}/${TEXMFDIR}/web2c/
+			${STAGEDIR}${PREFIX}/${TEXMFDIR}/web2c/
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061623.s36GNaNl072266>