diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-10-14 08:43:59 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-10-14 08:43:59 +0000 |
commit | 85b4b2b9c1822f3932ce82b89f2cd7b5c3acac6c (patch) | |
tree | 926ed0341a373e0226889e88e86a107ec7589bc0 /mail/mls | |
parent | Add security/pwauth 2.2.8, (diff) |
- Respect CC, CFLAGS
- Remove USE_GMAKE since it's not needed anymore
PR: ports/71137
Submitted by: Roman Bogorodskiy
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=119383
Diffstat (limited to 'mail/mls')
-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> |