summaryrefslogtreecommitdiffstats
path: root/mail/mls
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-10-14 08:43:59 +0000
committervs <vs@FreeBSD.org>2004-10-14 08:43:59 +0000
commit73ea679dbb2bcf602aa44e199d779df89c2cc09c (patch)
tree84d6a0cd783af0755a1325b3fdb06dabe951b9e4 /mail/mls
parent41b4dc1a72d402c1d138cc353eb218073cd4575e (diff)
downloadFreeBSD-ports-73ea679dbb2bcf602aa44e199d779df89c2cc09c.zip
FreeBSD-ports-73ea679dbb2bcf602aa44e199d779df89c2cc09c.tar.gz
- Respect CC, CFLAGS
- Remove USE_GMAKE since it's not needed anymore PR: ports/71137 Submitted by: Roman Bogorodskiy Approved by: maintainer timeout
Diffstat (limited to 'mail/mls')
-rw-r--r--mail/mls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mls/Makefile b/mail/mls/Makefile
index ea7ccae..13bcc7f 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 <bsd.port.mk>
OpenPOWER on IntegriCloud