diff options
-rw-r--r-- | devel/tkcvs/Makefile | 14 | ||||
-rw-r--r-- | devel/tkcvs/distinfo | 4 | ||||
-rw-r--r-- | devel/tkcvs/pkg-descr | 9 | ||||
-rw-r--r-- | devel/tkcvs/pkg-plist | 3 |
4 files changed, 19 insertions, 11 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index 7b10db82cf2a..07c486c86aad 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tkcvs -PORTVERSION= 7.2.3 +PORTVERSION= 7.2.4 CATEGORIES= devel MASTER_SITES= http://www.twobarleycorns.net/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} @@ -16,24 +16,22 @@ COMMENT= Tcl/Tk frontends to CVS and diff LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +USE_REINPLACE= yes NO_BUILD= yes + MAN1= tkcvs.1 -USE_REINPLACE= yes -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif WISH= wish8.4 TCLSH= tclsh8.4 post-patch: - @${REINPLACE_CMD} -e 's|wish|${WISH}|g' ${WRKSRC}/tkcvs/tkcvs.tcl \ - ${WRKSRC}/tkdiff/tkdiff ${WRKSRC}/doinstall.tcl + @${GREP} -lR "exec wish " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|exec wish |exec ${WISH} |g' do-install: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${TCLSH} doinstall.tcl -nox ${PREFIX} .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} .for file in FAQ vendor5readme.pdf ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor diff --git a/devel/tkcvs/distinfo b/devel/tkcvs/distinfo index 0ad71613f790..d848809cf7e8 100644 --- a/devel/tkcvs/distinfo +++ b/devel/tkcvs/distinfo @@ -1,2 +1,2 @@ -MD5 (tkcvs_7_2_3.tar.gz) = e04661a7eca03d906f71544150bce8b4 -SIZE (tkcvs_7_2_3.tar.gz) = 1089018 +MD5 (tkcvs_7_2_4.tar.gz) = d5fc8adc92c197c9662512a698de62d0 +SIZE (tkcvs_7_2_4.tar.gz) = 1089077 diff --git a/devel/tkcvs/pkg-descr b/devel/tkcvs/pkg-descr index 78d5126b0e6b..4cc3596d1f3f 100644 --- a/devel/tkcvs/pkg-descr +++ b/devel/tkcvs/pkg-descr @@ -1 +1,8 @@ -This is a port of tkcvs and tkdiffB, the Tcl/Tk frontends to CVS and diff +TkCVS is a cross-platform, TCL/Tk-based GUI for the CVS configuration +management system. It displays the status of the files in the current +working directory, and provides buttons and menus to execute CVS +commands on the selected files. The Module Browser extends CVS with +facilities for a user-friendly listing of modules in the repository. +TkDiff is included for browsing and merging your changes. + +WWW: http://www.twobarleycorns.net/tkcvs.html diff --git a/devel/tkcvs/pkg-plist b/devel/tkcvs/pkg-plist index 95df7d2f5351..33c6a9f94eaa 100644 --- a/devel/tkcvs/pkg-plist +++ b/devel/tkcvs/pkg-plist @@ -108,5 +108,8 @@ lib/tkcvs/tclIndex lib/tkcvs/tkcvs_def.tcl lib/tkcvs/tooltips.tcl lib/tkcvs/workdir.tcl +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/vendor5readme.pdf +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/tkcvs/bitmaps @dirrm lib/tkcvs |