diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /textproc/latex2html | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) | |
download | ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.zip |
Notes
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 7a81cebbc7a0..772039b86257 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: Makefile,v 1.2 1998/05/05 03:59:28 mph Exp $ +# $Id: Makefile,v 1.3 1998/05/05 05:14:03 mph Exp $ # DISTNAME= latex2html-98.1p1 @@ -13,7 +13,7 @@ MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ MAINTAINER= brett@peloton.physics.montana.edu -RUN_DEPENDS= ${PREFIX}/bin/perl:${PORTSDIR}/lang/perl5 \ +RUN_DEPENDS= ${PERL5}:${PORTSDIR}/lang/perl5 \ ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips \ ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript5 \ @@ -42,7 +42,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html post-install: - @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PREFIX}/bin/perl ${PREFIX}/share/latex2html/install-test + @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PERL5} ${PREFIX}/share/latex2html/install-test @${INSTALL_SCRIPT} ${PREFIX}/share/latex2html/latex2html ${PREFIX}/bin @${ECHO_MSG} "********************************************************" @${ECHO_MSG} "Latex2html has now been installed with a very basic" |