diff options
author | xtraeme <xtraeme> | 2004-01-31 22:43:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-31 22:43:37 +0000 |
commit | c5a105ae4dfb4fa3a356e67596685b6b4224bbba (patch) | |
tree | edcdc7bd793fac5b874c083a953866a6edfb2e87 /misc/xchm/Makefile | |
parent | 75880d5af1fd731e1b3c80f5291635fb1b6bb74a (diff) | |
download | pkgsrc-c5a105ae4dfb4fa3a356e67596685b6b4224bbba.tar.gz |
Update to 0.8.11, provided by Min Sik Kim in PR pkg/24257.
Changes:
- fixed a bug that prevented xCHM from properly figuring out
where to construct the table of contents from.
- fixed a bug that prevented the table of contents links to
work properly w/ some books.
- made the configure script sh friendly.
- added Chanler White Mac OS X patch to be able to use the
mouse wheel to scroll under Mac OS X.
- replaced the application icon with a much better one
contributed by Steven Chan.
Diffstat (limited to 'misc/xchm/Makefile')
-rw-r--r-- | misc/xchm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 26147bc5942..dfaf5f53eeb 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 14:11:10 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/31 22:43:37 xtraeme Exp $ # -DISTNAME= xchm-0.8.10 +DISTNAME= xchm-0.8.11 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} |