summaryrefslogtreecommitdiff
path: root/devel/tkcvs/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-28 16:55:53 +0000
committerwiz <wiz@pkgsrc.org>2002-01-28 16:55:53 +0000
commitcfe2bd46f2bc0d710ff6c2a6e54449bb3d12d6d6 (patch)
tree7361430d7fe8c2469dacb55216a3d41d9a21c9f8 /devel/tkcvs/Makefile
parentf24f88b7bf04f62c0d3a246dce618f296b405ce5 (diff)
downloadpkgsrc-cfe2bd46f2bc0d710ff6c2a6e54449bb3d12d6d6.tar.gz
Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
Diffstat (limited to 'devel/tkcvs/Makefile')
-rw-r--r--devel/tkcvs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile
index 4b2efacf0fa..5ba084a2913 100644
--- a/devel/tkcvs/Makefile
+++ b/devel/tkcvs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2001/10/21 10:02:03 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2002/01/28 16:55:53 wiz Exp $
#
-DISTNAME= tkcvs-7.0.2
+DISTNAME= tkcvs-7_03
+PKGNAME= tkcvs-7.0.3
CATEGORIES= devel
MASTER_SITES= http://www.twobarleycorns.net/ \
${MASTER_SITE_SOURCEFORGE:=tkcvs/}
@@ -13,9 +14,6 @@ COMMENT= Tcl/Tk frontends to CVS and diff
USE_BUILDLINK_ONLY= YES
NO_BUILD= YES
-post-extract:
- ${MV} ${WRKSRC}/tkcvs/tkcvs.n ${WRKSRC}/tkcvs/tkcvs.1
-
do-install:
(cd ${WRKSRC} && ./doinstall.tcl ${PREFIX})