diff options
author | clive <clive@FreeBSD.org> | 2001-04-10 16:41:59 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-04-10 16:41:59 +0800 |
commit | 31a3bf7b8abc60f5004cfb42564f89e00bacb293 (patch) | |
tree | f1620f6b71664623f2e0c66bb68057df1e6b8561 /mail/abook | |
parent | 7d308dd629b5a511787d90af72b239bc8df22e46 (diff) | |
download | freebsd-ports-gnome-31a3bf7b8abc60f5004cfb42564f89e00bacb293.tar.gz freebsd-ports-gnome-31a3bf7b8abc60f5004cfb42564f89e00bacb293.tar.zst freebsd-ports-gnome-31a3bf7b8abc60f5004cfb42564f89e00bacb293.zip |
Add missing manpage.
PR: ports/26463
Submitted by: MAINTAINER
Diffstat (limited to 'mail/abook')
-rw-r--r-- | mail/abook/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile index eda88a62332e..59477e5a24dd 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -22,5 +22,6 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes MAN1= abook.1 +MAN5= abookrc.5 .include <bsd.port.post.mk> |