aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-11-04 08:55:50 +0800
committeredwin <edwin@FreeBSD.org>2005-11-04 08:55:50 +0800
commitccf1cfc9eb7c21217ebaa22f0bbc9c88ba8dbd2e (patch)
treee0cdd17c3a5f0910a23cf805d896a9e8c68be45c /print
parent5fd93dfaa9bf90d29e09c12874345330b5f409ea (diff)
downloadfreebsd-ports-gnome-ccf1cfc9eb7c21217ebaa22f0bbc9c88ba8dbd2e.tar.gz
freebsd-ports-gnome-ccf1cfc9eb7c21217ebaa22f0bbc9c88ba8dbd2e.tar.zst
freebsd-ports-gnome-ccf1cfc9eb7c21217ebaa22f0bbc9c88ba8dbd2e.zip
In post-install, remove log files[*] generated during the installation phase.
[*] after discussions on irc about what the .fmt files are.
Diffstat (limited to 'print')
-rw-r--r--print/hugelatex/Makefile10
1 files changed, 5 insertions, 5 deletions
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 <bsd.port.mk>