diff options
author | arved <arved@FreeBSD.org> | 2003-02-02 21:15:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-02 21:15:42 +0800 |
commit | 07c76303d6d111425c98907d22e6c5761087287e (patch) | |
tree | 6f84ff5328d3d08015708d70501f78f473cbc079 /mail/kbiff | |
parent | 3530089e0f4755f8d21ce2d4014c51b0b463637d (diff) | |
download | freebsd-ports-gnome-07c76303d6d111425c98907d22e6c5761087287e.tar.gz freebsd-ports-gnome-07c76303d6d111425c98907d22e6c5761087287e.tar.zst freebsd-ports-gnome-07c76303d6d111425c98907d22e6c5761087287e.zip |
Add a missing Manpage
Submitted by: bento
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> |