diff options
author | flo <flo@FreeBSD.org> | 2011-04-22 04:58:15 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-04-22 04:58:15 +0800 |
commit | aac26a7451d722b3a403abca5a0c023e8c90a06e (patch) | |
tree | 8f0abb6a9bcd8715889ef27123d4bcd74eddee06 /graphics/zathura/Makefile | |
parent | 5b509b91e82773b1d9f71e75859470b07d5bfc00 (diff) | |
download | freebsd-ports-gnome-aac26a7451d722b3a403abca5a0c023e8c90a06e.tar.gz freebsd-ports-gnome-aac26a7451d722b3a403abca5a0c023e8c90a06e.tar.zst freebsd-ports-gnome-aac26a7451d722b3a403abca5a0c023e8c90a06e.zip |
- update to 0.0.8.3
- drop -A from FETCH_ARGS, does not fetch otherwise
PR: ports/156554
Submitted by: Quentin Stievenart <acieroid@awesom.eu> (maintainer)
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 9563cb24a536..03bcd57a814b 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -6,9 +6,9 @@ # PORTNAME= zathura -PORTVERSION= 0.0.8.2 +PORTVERSION= 0.0.8.3 CATEGORIES= graphics print -MASTER_SITES= http://pwmt.org/attachments/download/31/ +MASTER_SITES= http://pwmt.org/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer @@ -17,6 +17,7 @@ LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk \ cairo.2:${PORTSDIR}/graphics/cairo USE_GNOME= glib20 gtk20 +FETCH_ARGS= -Fpr MAN1= zathura.1 MANCOMPRESSED= no |