diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-24 23:55:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-24 23:55:01 +0800 |
commit | e4b029203250143e7fb638fc79223dddc8fc8576 (patch) | |
tree | 88b04c6222c31663d58a6e0d5311710baad3c336 /print | |
parent | dfe4fdf3f9804429c8f50895edb1ce31cb7c6e1b (diff) | |
download | freebsd-ports-gnome-e4b029203250143e7fb638fc79223dddc8fc8576.tar.gz freebsd-ports-gnome-e4b029203250143e7fb638fc79223dddc8fc8576.tar.zst freebsd-ports-gnome-e4b029203250143e7fb638fc79223dddc8fc8576.zip |
Support stage
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-docs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/texlive-docs/Makefile b/print/texlive-docs/Makefile index d79d7cf6288f..9438a98f390c 100644 --- a/print/texlive-docs/Makefile +++ b/print/texlive-docs/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= TeX MAINTAINER= hrs@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 |