Index: head/graphics/py-mcomix/Makefile =================================================================== --- head/graphics/py-mcomix/Makefile (revision 459142) +++ head/graphics/py-mcomix/Makefile (revision 459143) @@ -1,23 +1,28 @@ # Created by: Ashish SHUKLA # $FreeBSD$ PORTNAME= mcomix PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ashish@FreeBSD.org COMMENT= GTK2 comic book viewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7 tar:bzip2 USE_GNOME= pygtk2 USE_PYTHON= autoplist distutils + +post-patch: + @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \ + ${WRKSRC}/setup.py .include Index: head/graphics/py-mcomix/pkg-descr =================================================================== --- head/graphics/py-mcomix/pkg-descr (revision 459142) +++ head/graphics/py-mcomix/pkg-descr (revision 459143) @@ -1,6 +1,6 @@ MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as well as plain image files. -WWW: http://mcomix.sourceforge.net/ +WWW: https://sourceforge.net/projects/mcomix/