From ccf1cfc9eb7c21217ebaa22f0bbc9c88ba8dbd2e Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 4 Nov 2005 00:55:50 +0000 Subject: In post-install, remove log files[*] generated during the installation phase. [*] after discussions on irc about what the .fmt files are. --- print/hugelatex/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'print') diff --git a/print/hugelatex/Makefile b/print/hugelatex/Makefile index c9a0c8d799e6..53cbf87ecb1f 100644 --- a/print/hugelatex/Makefile +++ b/print/hugelatex/Makefile @@ -14,14 +14,10 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= ports@FreeBSD.org -COMMENT= LaTeX format files with large limits +COMMENT= LaTeX format files with large limits BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - NO_BUILD= yes NO_WRKSUBDIR= yes @@ -37,4 +33,8 @@ do-install: ${LN} -s latex ${PREFIX}/bin/hugelatex ${PREFIX}/bin/mktexlsr +post-install: + ${RM} ${PREFIX}/share/texmf/web2c/latex.log + ${RM} ${PREFIX}/share/texmf/web2c/latex.fmt + .include -- cgit