summaryrefslogtreecommitdiff
path: root/textproc/yodl/Makefile
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/yodl/Makefile
parentexpr -> ${EXPR} (diff)
env -> ${SETENV}
Notes
Notes: svn path=/head/; revision=21052
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r--textproc/yodl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index 5d6ba121e62e..ba437f7d8dd0 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