aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/tkrat2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile
index c4dd4804fa73..34b098f00d38 100644
--- a/mail/tkrat2/Makefile
+++ b/mail/tkrat2/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \
tk82:${PORTSDIR}/x11-toolkits/tk82 \
- c-client4.7:${PORTSDIR}/mail/cclient
+ c-client4.8:${PORTSDIR}/mail/cclient
GNU_CONFIGURE= yes
@@ -26,6 +26,8 @@ CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \
doc/userproc.example
+MAN1= tkrat.1
+
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"