summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-01-22 00:03:56 +0000
committerNik Clayton <nik@FreeBSD.org>1999-01-22 00:03:56 +0000
commit71cb5513d2393bd8ea72f2a2422d074fb4aac4cc (patch)
treec19dd644cd6d6a18bb42710a86189532a89480ef
parentcalamaris is ready to rock and roll. (diff)
Call "mktexlsr" after installing so TeX knows about the added files.
Will do the same thing on deinstallation just as soon as I work out how. Approved By: Maintainer (Sean Kelly <kelly@plutotech.com>)
Notes
Notes: svn path=/head/; revision=16252
-rw-r--r--print/jadetex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile
index b7d4e52bd860..2c3a859d5c8a 100644
--- a/print/jadetex/Makefile
+++ b/print/jadetex/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 December 1998
# Whom: Sean Kelly <kelly@plutotech.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/12/08 21:08:28 nik Exp $
#
# When jadetex-2.3 goes mainstream, it will replace jadetex-2.1
# currently in the Comprehensive TeX Archive Network (CTAN). When
@@ -37,6 +37,7 @@ do-install:
@(cd ${WRKSRC} && ${INSTALL_DATA} jadetex.fmt pdfjadetex.fmt `kpsewhich -expand-var '$$TEXMFMAIN'`/web2c && ${MKDIR} -m 555 `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex && ${INSTALL_DATA} dsssl.def isoents.tex jadetex.ltx `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex)
post-install:
+ ${PREFIX}/bin/mktexlsr
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>