aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/yodl
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 11:41:25 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 11:41:25 +0800
commitf0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4 (patch)
treec982de3ac63c5e4119c55fbcb9525fe0ab15adbe /textproc/yodl
parent54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (diff)
downloadfreebsd-ports-gnome-f0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4.tar.gz
freebsd-ports-gnome-f0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4.tar.zst
freebsd-ports-gnome-f0f91d5d246bc9f921c8d32a0ecbe8e88870d0f4.zip
env -> ${SETENV}
Diffstat (limited to 'textproc/yodl')
-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