From 85b4b2b9c1822f3932ce82b89f2cd7b5c3acac6c Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 14 Oct 2004 08:43:59 +0000 Subject: - Respect CC, CFLAGS - Remove USE_GMAKE since it's not needed anymore PR: ports/71137 Submitted by: Roman Bogorodskiy Approved by: maintainer timeout --- mail/mls/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mls') diff --git a/mail/mls/Makefile b/mail/mls/Makefile index ea7ccae358a8..13bcc7f81f12 100644 --- a/mail/mls/Makefile +++ b/mail/mls/Makefile @@ -20,8 +20,7 @@ MAN1= mls.1 MANCOMPRESSED= yes PLIST_FILES= bin/mls -MAKE_ARGS+= DESTDIR=${PREFIX} -USE_GMAKE= yes +MAKE_ARGS+= DESTDIR="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= mls .include -- cgit v1.2.3