diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 00:23:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 00:23:35 +0800 |
commit | f071d7f24f663ecbe6e8861a89cb4c3cc64dfa94 (patch) | |
tree | 01cfaed7cbffdf75dc93f2179fb06ec4d65d4de9 /print | |
parent | 9590707bcf8922eb74a9daac63c7fdc2bf524743 (diff) | |
download | freebsd-ports-gnome-f071d7f24f663ecbe6e8861a89cb4c3cc64dfa94.tar.gz freebsd-ports-gnome-f071d7f24f663ecbe6e8861a89cb4c3cc64dfa94.tar.zst freebsd-ports-gnome-f071d7f24f663ecbe6e8861a89cb4c3cc64dfa94.zip |
Support stage
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-infra/Makefile | 11 |
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> |