summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
commitf0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4 (patch)
treec982de3ac63c5e4119c55fbcb9525fe0ab15adbe /textproc
parent54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (diff)
downloadFreeBSD-ports-f0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4.zip
FreeBSD-ports-f0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4.tar.gz
env -> ${SETENV}
Diffstat (limited to 'textproc')
-rw-r--r--textproc/latex2html/Makefile4
-rw-r--r--textproc/yodl/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index deb47ef..71b1bdc 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"
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index 5d6ba12..ba437f7d 100644
--- a/textproc/yodl/Makefile
+++ b/textproc/yodl/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Oct 1997
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1999/01/10 10:05:02 simokawa Exp $
+# $Id: Makefile,v 1.3 1999/08/27 22:30:17 mharo Exp $
#
DISTNAME= yodl-1.22
@@ -29,7 +29,7 @@ MAN7= yodlmacros.7 \
yodlmanpage.7
do-build:
- (cd ${WRKSRC} && env CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs)
+ (cd ${WRKSRC} && ${SETENV} CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs)
(cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c)
# this weird contortion is because the YODL makefile is broken
OpenPOWER on IntegriCloud