diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:32 +0000 |
commit | 96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b (patch) | |
tree | 3e346093f7af8f785f61a5c03e9d683fefc22e17 /mail/jmba | |
parent | 76238fe5e39ebe60b3503a53bf841a85fe3bfb1f (diff) | |
download | ports-96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b.tar.gz ports-96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b.zip |
Notes
Diffstat (limited to 'mail/jmba')
-rw-r--r-- | mail/jmba/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/jmba/Makefile b/mail/jmba/Makefile index 10a677fc21c9..13d5854c4001 100644 --- a/mail/jmba/Makefile +++ b/mail/jmba/Makefile @@ -11,11 +11,9 @@ COMMENT= Junk Mail Buffering Agent USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake -MAN1= jmba.1 -PLIST_FILES= bin/jmba -MANCOMPRESSED= yes +PLIST_FILES= bin/jmba \ + man/man1/jmba.1.gz -NO_STAGE= yes .include <bsd.port.mk> |