diff options
author | zi <zi@FreeBSD.org> | 2011-08-17 05:51:33 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-08-17 05:51:33 +0800 |
commit | 67e04ffb5b3ad77f0e9ff4f2da0486e88f0f42e7 (patch) | |
tree | 106fed4ef895ee9a56d5e7955f22abf8fc0f4e21 /graphics/zathura/Makefile | |
parent | 40e048d1f7a818cd9d331be89e0160197c428284 (diff) | |
download | freebsd-ports-gnome-67e04ffb5b3ad77f0e9ff4f2da0486e88f0f42e7.tar.gz freebsd-ports-gnome-67e04ffb5b3ad77f0e9ff4f2da0486e88f0f42e7.tar.zst freebsd-ports-gnome-67e04ffb5b3ad77f0e9ff4f2da0486e88f0f42e7.zip |
Update to 0.0.8.4
PR: ports/159300
Submitted by: Quentin Stievenart <acieroid@awesom.eu> (maintainer)
Approved by: wxs (mentor)
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 03bcd57a814b..c6bf292264e3 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zathura -PORTVERSION= 0.0.8.3 +PORTVERSION= 0.0.8.4 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/download/ @@ -21,7 +21,9 @@ FETCH_ARGS= -Fpr MAN1= zathura.1 MANCOMPRESSED= no -PLIST_FILES= bin/zathura +PLIST_FILES= bin/zathura \ + share/applications/zathura.desktop +PLIST_DIRSTRY= share/applications post-patch: .SILENT ${REINPLACE_CMD} -e 's|man1|man/man1|g' \ |