diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 03:41:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 03:41:25 +0000 |
commit | a941c551876f9e81a158baa94806328a7aac168a (patch) | |
tree | 0a7679df6a4dbea90776ba333fa606e9602dc991 /textproc/yodl | |
parent | 3262cce303b354dfda0c0b11bbbda803a827665b (diff) | |
download | ports-a941c551876f9e81a158baa94806328a7aac168a.tar.gz ports-a941c551876f9e81a158baa94806328a7aac168a.zip |
Notes
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 4 |
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 |