aboutsummaryrefslogtreecommitdiff
path: root/mail/mls/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-06-04 11:50:45 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-06-04 11:50:45 +0000
commitdcebf311208168fcb4f24fcc2427c438d5546fe4 (patch)
treed7a2261765f4d76b3428b32dd2a0ca92d3d1bb93 /mail/mls/Makefile
parent59975d569bfc0a661f3965cf81eb4ea26a55d406 (diff)
downloadports-dcebf311208168fcb4f24fcc2427c438d5546fe4.tar.gz
ports-dcebf311208168fcb4f24fcc2427c438d5546fe4.zip
Notes
Diffstat (limited to 'mail/mls/Makefile')
-rw-r--r--mail/mls/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mls/Makefile b/mail/mls/Makefile
index aae2a741698b..d10b9a07851c 100644
--- a/mail/mls/Makefile
+++ b/mail/mls/Makefile
@@ -12,12 +12,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Program for generating various statistics on emails
-MAN1= mls.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/mls
+PLIST_FILES= bin/mls man/man1/mls.1.gz
-MAKE_ARGS+= DESTDIR="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
+MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= mls
-NO_STAGE= yes
.include <bsd.port.mk>