diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 13:15:42 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-02 13:15:42 +0000 |
commit | a4914e9aef8b31e9fa68c10c762a0ddb0c47935c (patch) | |
tree | adf8d2f1f916dc27a35d75100d2c35b69991292e /mail/kbiff | |
parent | Update to 1.0.12. (diff) |
Add a missing Manpage
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=74479
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 3 |
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> |