diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-23 19:56:59 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-23 19:56:59 +0000 |
commit | 1152b896c8b1a2959eea398bd5a52772ed895035 (patch) | |
tree | a35f7cc2cbedd125477471e258d7d7fd95bbf5e3 /graphics/zathura/Makefile | |
parent | a33aee8d0d9b52cf6e6bbc4c9d0555ed5f91d4b3 (diff) | |
download | ports-1152b896c8b1a2959eea398bd5a52772ed895035.tar.gz ports-1152b896c8b1a2959eea398bd5a52772ed895035.zip |
Notes
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 5 |
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> |