aboutsummaryrefslogtreecommitdiff
path: root/textproc/latex2html
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
commita941c551876f9e81a158baa94806328a7aac168a (patch)
tree0a7679df6a4dbea90776ba333fa606e9602dc991 /textproc/latex2html
parent3262cce303b354dfda0c0b11bbbda803a827665b (diff)
downloadports-a941c551876f9e81a158baa94806328a7aac168a.tar.gz
ports-a941c551876f9e81a158baa94806328a7aac168a.zip
env -> ${SETENV}
Notes
Notes: svn path=/head/; revision=21052
Diffstat (limited to 'textproc/latex2html')
-rw-r--r--textproc/latex2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index deb47ef1633a..71b1bdc9a29a 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.7 1999/06/28 17:19:28 cpiazza Exp $
+# $Id: Makefile,v 1.8 1999/08/21 07:37:27 cpiazza Exp $
#
DISTNAME= latex2html-98.1p1
@@ -51,7 +51,7 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/texinputs/* ${PREFIX}/share/texmf/tex/latex/latex2html
post-install:
- @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PERL5} ${PREFIX}/share/latex2html/install-test
+ @cd ${PREFIX}/share/latex2html && ${SETENV} 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"