diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-12-29 11:37:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-12-29 11:37:39 +0000 |
commit | 5898c6e7f3240805322fe5a77a588c1ab810c948 (patch) | |
tree | b25f7c14ceb9f78f8e0a112ceb12c692c89e3f9f /devel/cvsgraph/Makefile | |
parent | ed83d6922b4a2964aed9e4854d096a2500655b5c (diff) | |
download | pkgsrc-5898c6e7f3240805322fe5a77a588c1ab810c948.tar.gz |
- Bump to 1.5.1
- Lots of bugfixes and enhancements:
- Added drawing of partial trees.
- Most error and warning messages are now displayed in the graph,
instead of being written to stderr.
- Works with CVSNT.
Diffstat (limited to 'devel/cvsgraph/Makefile')
-rw-r--r-- | devel/cvsgraph/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 6c5c17d6855..e7b08fdcb8c 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/29 11:37:39 adrianp Exp $ # -DISTNAME= cvsgraph-1.4.1 -PKGREVISION= 1 +DISTNAME= cvsgraph-1.5.1 CATEGORIES= devel MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ @@ -26,7 +25,7 @@ BUILD_TARGET= cvsgraph SUBST_CLASSES= man SUBST_STAGE.man= pre-install SUBST_FILES.man= cvsgraph.1 -SUBST_SED.man= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" +SUBST_SED.man= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.man= "Fixing man page paths." do-install: |