Index: head/misc/chmlib/Makefile =================================================================== --- head/misc/chmlib/Makefile (revision 397892) +++ head/misc/chmlib/Makefile (revision 397893) @@ -1,22 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= chmlib PORTVERSION= 0.40 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ak@FreeBSD.org COMMENT= Library for dealing with Microsoft ITSS/CHM format files LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable-static --enable-examples INSTALL_TARGET= install-strip USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes .include Index: head/misc/chmlib/pkg-descr =================================================================== --- head/misc/chmlib/pkg-descr (revision 397892) +++ head/misc/chmlib/pkg-descr (revision 397893) @@ -1,7 +1,7 @@ CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. -WWW: http://morte.jedrea.com/~jedwin/projects/chmlib/ +WWW: http://www.jedrea.com/chmlib/