aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 16:23:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 16:23:35 +0000
commitef9fc6154f87dd249588b1b783340fb97e3bd84e (patch)
tree01cfaed7cbffdf75dc93f2179fb06ec4d65d4de9 /print
parent3a749cac52b96fc4975a8b51de8aa9cfa2990dc4 (diff)
downloadports-ef9fc6154f87dd249588b1b783340fb97e3bd84e.tar.gz
ports-ef9fc6154f87dd249588b1b783340fb97e3bd84e.zip
Support stage
Notes
Notes: svn path=/head/; revision=350374
Diffstat (limited to 'print')
-rw-r--r--print/texlive-infra/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/texlive-infra/Makefile b/print/texlive-infra/Makefile
index deecf0742b11..53d1a707bbde 100644
--- a/print/texlive-infra/Makefile
+++ b/print/texlive-infra/Makefile
@@ -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>