diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 03:59:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 03:59:28 +0000 |
commit | 3b45fc0d43f1949f64f1440707bafd8ae0e86ddd (patch) | |
tree | 52a009925228dc49bf2f752176d92fe4324e9989 /textproc/latex2html | |
parent | 36a8f3820ff5f8ba3b7025f4aef493783ceb00bf (diff) | |
download | ports-3b45fc0d43f1949f64f1440707bafd8ae0e86ddd.tar.gz ports-3b45fc0d43f1949f64f1440707bafd8ae0e86ddd.zip |
Notes
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index a820207765ca..824d7fa4d21d 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/05/05 01:00:20 mph Exp $ # DISTNAME= latex2html-98.1p1 @@ -40,10 +40,10 @@ do-install: done @${MKDIR} ${PREFIX}/share/texmf/tex/latex/latex2html @${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html - @${INSTALL_SCRIPT} ${WRKSRC}/latex2html ${PREFIX}/bin post-install: @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PREFIX}/bin/perl ${PREFIX}/share/latex2html/install-test + @${INSTALL_SCRIPT} ${WRKSRC}/latex2html ${PREFIX}/bin @${ECHO_MSG} "********************************************************" @${ECHO_MSG} "Latex2html has now been installed with a very basic" @${ECHO_MSG} "configuration and HTML specific style files have been" |