From maintainer:

The way the hevea port is installed now, if it is
installed as a package, then chances are hevea.sty
will not be visible to latex.  What I have done is -
instead of having the port copy hevea.sty to a place
where latex can find it, I give instructions as a
message for the user to put it there.

PR:		16149
Submitted by:	maintainer
This commit is contained in:
Steve Price 2000-01-24 06:14:49 +00:00
parent fddadc2f94
commit 0d2056a4f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25020
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: hevea
# Version required: 1.0.4
# Date created: Novemeber 28 1999
# Date created: November 28 1999
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
@ -20,13 +20,6 @@ TEXHASH= ${PREFIX}/bin/texhash
post-install:
strip ${PREFIX}/bin/hevea
strip ${PREFIX}/bin/hacha
# This is a hack to get hevea.sty put in a place where latex
# will find it. If you have a better way to do this, please
# tell me about it.
${MKDIR} ${TEX_DIR}/hevea
${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty
.if exists(${TEXHASH})
${TEXHASH}
.endif
${CAT} ${MASTERDIR}/pkg/MESSAGE
.include <bsd.port.mk>

View File

@ -0,0 +1,9 @@
==============================================================
You may like to put the file hevea.sty in a place where latex
can find it. For example, if you are using teTeX from the
ports, the following commands will do the job:
mkdir -p /usr/local/share/texmf/tex/latex/hevea
cp /usr/local/lib/hevea/hevea.sty /usr/local/share/texmf/tex/latex/hevea
texhash
==============================================================

View File

@ -32,9 +32,7 @@ lib/hevea/text/hevea.hva
lib/hevea/text/report.hva
lib/hevea/text/seminar.hva
lib/hevea/text/symb.hva
share/texmf/tex/latex/hevea/hevea.sty
@dirrm lib/hevea/html
@dirrm lib/hevea/info
@dirrm lib/hevea/text
@dirrm lib/hevea
@dirrm share/texmf/tex/latex/hevea