diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-06-22 15:03:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-06-22 15:03:32 +0000 |
commit | e8713861b74f2650b55b5073920ca8953113813d (patch) | |
tree | 79eb45b563796aa6032dc9d9362b086d9d5b7713 /graphics/zathura-pdf-poppler/Makefile | |
parent | 35f42460cc6621a401ab6cb0550fb20e15d151f6 (diff) |
Notes
Diffstat (limited to 'graphics/zathura-pdf-poppler/Makefile')
-rw-r--r-- | graphics/zathura-pdf-poppler/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index e2e089592c62..f264a7957e2e 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zathura-pdf-poppler -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ @@ -15,8 +15,11 @@ RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura USE_GNOME= glib20 gtk20 USE_GMAKE= yes +USES= desktop-file-utils -PLIST_FILES= lib/zathura/pdf.so -PLIST_DIRSTRY= lib/zathura +PLIST_FILES= lib/zathura/pdf.so \ + share/applications/zathura-pdf-poppler.desktop +PLIST_DIRSTRY= lib/zathura \ + share/applications .include <bsd.port.mk> |