diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-26 16:50:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-12-26 16:50:55 +0000 |
commit | 1df33da94cf24323eda3fef3405d7dec4a2e9ff1 (patch) | |
tree | d196723b414f1c37dfc895608dc3154caf8a6ad7 /mail/tkrat2 | |
parent | 44baba4f64336cfe100c70193a049e428bcdc6ab (diff) |
Notes
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 4 |
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}" |