From a5cbe77cf0eba2bee8324a2a208f12264345e7e2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 4 Apr 2002 09:17:06 +0000 Subject: Respect CC and CFLAGS --- net/tinyfugue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tinyfugue') 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 -- cgit v1.2.3