aboutsummaryrefslogtreecommitdiff
path: root/graphics/zathura/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-07-23 19:56:59 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-07-23 19:56:59 +0000
commit1152b896c8b1a2959eea398bd5a52772ed895035 (patch)
treea35f7cc2cbedd125477471e258d7d7fd95bbf5e3 /graphics/zathura/Makefile
parenta33aee8d0d9b52cf6e6bbc4c9d0555ed5f91d4b3 (diff)
downloadports-1152b896c8b1a2959eea398bd5a52772ed895035.tar.gz
ports-1152b896c8b1a2959eea398bd5a52772ed895035.zip
Update to 0.2.9
PR: 192058 Submitted by: quentin.stievenart@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=362723
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r--graphics/zathura/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile
index 7b4c63621a69..41e5af8d05ac 100644
--- a/graphics/zathura/Makefile
+++ b/graphics/zathura/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= zathura
-PORTVERSION= 0.2.7
-PORTREVISION= 1
+PORTVERSION= 0.2.9
CATEGORIES= graphics print
MASTER_SITES= http://pwmt.org/projects/zathura/download/
@@ -54,7 +53,7 @@ post-patch: .SILENT
${WRKSRC}/config.mk
${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \
${WRKSRC}/config.h \
- ${WRKSRC}/zathurarc.5.rst
+ ${WRKSRC}/doc/man/zathurarc.5.rst
(cd ${WRKSRC}; ${RM} -f zathura.1 zathurarc.5)
.include <bsd.port.mk>