aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-01-04 21:49:04 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-01-04 21:49:04 +0000
commitd22033422dd97abe3b10a7a3b0e8bcebb31d5c5f (patch)
tree28ddb9a2af0cd0a439b6e7e7ba3823d7f42aab67 /print
parent998f56359bd4f0c8753c9daf14714814d1d25d39 (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/jadetex/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index ed795075147c..138f08f0e0df 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -36,12 +36,7 @@ do-install:
${LN} -sf ${LOCALBASE}/bin/etex ${PREFIX}/bin/jadetex
${LN} -sf ${LOCALBASE}/bin/pdfetex ${PREFIX}/bin/pdfjadetex
-post-install: rebuild-tex-database display-message
-
-rebuild-tex-database:
+post-install:
${LOCALBASE}/bin/mktexlsr ${TEXMFDIR}
-display-message:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>