summaryrefslogtreecommitdiff
path: root/net/tinyfugue
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-04 09:17:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-04 09:17:06 +0000
commita5cbe77cf0eba2bee8324a2a208f12264345e7e2 (patch)
tree0bb2a991c606569e98f983b847dd91a58a983e1e /net/tinyfugue
parentkuriyama-san has been doing a much better job at maintaining this then (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=57305
Diffstat (limited to 'net/tinyfugue')
-rw-r--r--net/tinyfugue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index b827178eb9c6..824eb7900c75 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -22,7 +22,7 @@ BROKEN= tries to cd to directory that do not exist yet
PLIST_SUB= DISTNAME=${DISTNAME}
MAKEFILE= ${WRKSRC}/unix/Makefile
-MAKE_ENV= TFVER=${DISTNAME:S/^tf-//}
+MAKE_ENV= TFVER=${DISTNAME:S/^tf-//} CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= tf.1