aboutsummaryrefslogtreecommitdiffstats
path: root/print/texlive-texmf
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-07 00:20:23 +0800
committerbapt <bapt@FreeBSD.org>2014-04-07 00:20:23 +0800
commit9590707bcf8922eb74a9daac63c7fdc2bf524743 (patch)
treec548c78812f7c345eaeeecc8c29d75864b088067 /print/texlive-texmf
parentafc0b53b58537b04f283e5acc0b5e0e3dd44e4ae (diff)
downloadfreebsd-ports-gnome-9590707bcf8922eb74a9daac63c7fdc2bf524743.tar.gz
freebsd-ports-gnome-9590707bcf8922eb74a9daac63c7fdc2bf524743.tar.zst
freebsd-ports-gnome-9590707bcf8922eb74a9daac63c7fdc2bf524743.zip
Support stage
Diffstat (limited to 'print/texlive-texmf')
-rw-r--r--print/texlive-texmf/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile
index dbc95781d97d..42d9a11b10fb 100644
--- a/print/texlive-texmf/Makefile
+++ b/print/texlive-texmf/Makefile
@@ -12,7 +12,7 @@ DIST_SUBDIR= TeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= TeX Live Typesetting System, texmf Tree
-USE_XZ= yes
+USES= tar:xz
USE_TEX= texlive base texhash
TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR}
NO_BUILD= yes
@@ -164,17 +164,16 @@ 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 \
- --strip-components 1 --no-same-permission --no-same-owner
+ ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \
+ --strip-components 1 --no-same-permission --no-same-owner ; \
for D in ${TEXMFDIR} ${TEXMFDISTDIR}; do \
- ${MKDIR} ${PREFIX}/$$D/doc && \
- ${TOUCH} ${PREFIX}/$$D/doc/.keep_me; \
+ ${MKDIR} ${STAGEDIR}${PREFIX}/$$D/doc && \
+ ${TOUCH} ${STAGEDIR}${PREFIX}/$$D/doc/.keep_me; \
done
.include <bsd.port.mk>