diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 16:10:44 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 16:10:44 +0000 |
commit | 92412b6dcf8d16218b322fae40f8136e7a92ec64 (patch) | |
tree | d50850c3778fe3117cc3fb48ebf49a1896be9bea /mail/bbmail/Makefile | |
parent | 06dd8beea0d07e4912db8e83db502b5073e20c6b (diff) |
Update to 0.8.2
PR: 47374
Submitted by: lewiz <purple@lewiz.info>
Notes
Notes:
svn path=/head/; revision=75712
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 2ea690c3bc1c..c8011d131efb 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bbmail -PORTVERSION= 0.6.9 +PORTVERSION= 0.8.2 CATEGORIES= mail MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ @@ -15,4 +15,6 @@ MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes +MAN1= bbmail.1 + .include <bsd.port.mk> |