diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-04 17:35:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-04 17:35:18 +0000 |
commit | 2a0b64c7341e1c013ce6958160a24e2452a4c6c9 (patch) | |
tree | 1f86cc582c2ad43d4c632315c51db0626c5a1005 /print/texlive-texmf/Makefile | |
parent | 55ba0a2277c2739f61cf1f464a7051fadb36a60c (diff) | |
download | ports-2a0b64c7341e1c013ce6958160a24e2452a4c6c9.tar.gz ports-2a0b64c7341e1c013ce6958160a24e2452a4c6c9.zip |
Notes
Diffstat (limited to 'print/texlive-texmf/Makefile')
-rw-r--r-- | print/texlive-texmf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 42d9a11b10fb..f53839d6ae34 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -175,5 +175,11 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/$$D/doc && \ ${TOUCH} ${STAGEDIR}${PREFIX}/$$D/doc/.keep_me; \ done + ${RM} -f ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/ls-R \ + ${STAGEDIR}${PREFIX}/${TEXMFDIR}/ls-R \ + ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/scripts/checkcites/checkcites.lua \ + ${STAGEDIR}${PREFIX}/${TEXMFDIR}/scripts/texdoc/texdoc.tlu \ + ${STAGEDIR}${PREFIX}/${TEXMFDIR}/scripts/texlive/rungs.tlu \ + ${STAGEDIR}${PREFIX}/${TEXMFDIR}/scripts/texlive/tlmgr.pl .include <bsd.port.mk> |