summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-02-02 13:15:42 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-02-02 13:15:42 +0000
commita4914e9aef8b31e9fa68c10c762a0ddb0c47935c (patch)
treeadf8d2f1f916dc27a35d75100d2c35b69991292e /mail
parentUpdate to 1.0.12. (diff)
Add a missing Manpage
Submitted by: bento
Notes
Notes: svn path=/head/; revision=74479
Diffstat (limited to 'mail')
-rw-r--r--mail/kbiff/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index 2df7d2d03b37..ce49669e4d6f 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kbiff
PORTVERSION= 3.6.3
+PORTREVISION= 1
CATEGORIES= mail kde
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
@@ -21,4 +22,6 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--disable-fast-perl
+MAN1= kbiff.1
+
.include <bsd.port.mk>