diff options
author | cpm <cpm@FreeBSD.org> | 2018-01-16 08:47:51 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-01-16 08:47:51 +0800 |
commit | 6ee92e371d4f16289aa3315a421bdafb5e1927dc (patch) | |
tree | 0ab317ceb79c92c86081fa9188553222e9d140bf /graphics | |
parent | c128f1d6b163202223473143cd66b2997c929b10 (diff) | |
download | freebsd-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/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-mcomix/pkg-descr | 2 |
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/ |