diff options
author | vs <vs@FreeBSD.org> | 2004-10-14 16:43:59 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-10-14 16:43:59 +0800 |
commit | 73ea679dbb2bcf602aa44e199d779df89c2cc09c (patch) | |
tree | 84d6a0cd783af0755a1325b3fdb06dabe951b9e4 /mail | |
parent | 41b4dc1a72d402c1d138cc353eb218073cd4575e (diff) | |
download | freebsd-ports-gnome-73ea679dbb2bcf602aa44e199d779df89c2cc09c.tar.gz freebsd-ports-gnome-73ea679dbb2bcf602aa44e199d779df89c2cc09c.tar.zst freebsd-ports-gnome-73ea679dbb2bcf602aa44e199d779df89c2cc09c.zip |
- 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')
-rw-r--r-- | mail/mls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk> |