Index: head/converters/chmview/Makefile =================================================================== --- head/converters/chmview/Makefile (revision 436681) +++ head/converters/chmview/Makefile (revision 436682) @@ -1,23 +1,24 @@ # Created by: Alex Semenyaka # $FreeBSD$ PORTNAME= chmview PORTVERSION= 2.0b4 PORTREVISION= 2 CATEGORIES= converters textproc MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ MAINTAINER= ak@FreeBSD.org COMMENT= Extractor from .chm files -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libchm.so:misc/chmlib USES= tar:xz uidfix WRKSRC= ${WRKDIR}/src MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= bin/chmview .include Index: head/converters/chmview/pkg-descr =================================================================== --- head/converters/chmview/pkg-descr (revision 436681) +++ head/converters/chmview/pkg-descr (revision 436682) @@ -1,5 +1,5 @@ Chmview is a simple program to decompose .chm-file to the components. Originally it was written for MS Windows to work in conjunction with Far filemanager. -WWW: http://code.google.com/p/evil-programmers/ +WWW: https://github.com/trexinc/evil-programmers