aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2018-01-16 08:47:51 +0800
committercpm <cpm@FreeBSD.org>2018-01-16 08:47:51 +0800
commit6ee92e371d4f16289aa3315a421bdafb5e1927dc (patch)
tree0ab317ceb79c92c86081fa9188553222e9d140bf /graphics
parentc128f1d6b163202223473143cd66b2997c929b10 (diff)
downloadfreebsd-ports-gnome-6ee92e371d4f16289aa3315a421bdafb5e1927dc.tar.gz
freebsd-ports-gnome-6ee92e371d4f16289aa3315a421bdafb5e1927dc.tar.zst
freebsd-ports-gnome-6ee92e371d4f16289aa3315a421bdafb5e1927dc.zip
- Fix manpage installation in /usr/local/man/man1
- Update WWW in pkg-descr - Bump PORTREVISION PR: 224852 Submitted by: myself Approved by: ashish (maintainer timeout, 2 weeks)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-mcomix/Makefile5
-rw-r--r--graphics/py-mcomix/pkg-descr2
2 files changed, 6 insertions, 1 deletions
diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile
index 9616074583c9..07a362aa659d 100644
--- a/graphics/py-mcomix/Makefile
+++ b/graphics/py-mcomix/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mcomix
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,8 @@ 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 <bsd.port.mk>
diff --git a/graphics/py-mcomix/pkg-descr b/graphics/py-mcomix/pkg-descr
index 5f432919414b..027b9b9ca34b 100644
--- a/graphics/py-mcomix/pkg-descr
+++ b/graphics/py-mcomix/pkg-descr
@@ -3,4 +3,4 @@ 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/