diff options
author | pho <pho@pkgsrc.org> | 2015-01-28 03:16:24 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2015-01-28 03:16:24 +0000 |
commit | 9979b83701800666db91588159c668adc5849af0 (patch) | |
tree | e7f12e8beaa9dc9988e66368ddae0c6b77f159b2 /print/evince3 | |
parent | 8f745e38cb279dc5b705e0e05bd1a6cff59663e2 (diff) | |
download | pkgsrc-9979b83701800666db91588159c668adc5849af0.tar.gz |
PLIST: Add a missing file
"share/appdata/evince-dvidocument.metainfo.xml" gets installed when the dvi option is enabled.
Diffstat (limited to 'print/evince3')
-rw-r--r-- | print/evince3/Makefile | 4 | ||||
-rw-r--r-- | print/evince3/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/evince3/Makefile b/print/evince3/Makefile index 13884482d45..af9388839ce 100644 --- a/print/evince3/Makefile +++ b/print/evince3/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2015/01/21 09:12:41 obache Exp $ +# $NetBSD: Makefile,v 1.37 2015/01/28 03:16:24 pho Exp $ .include "../../print/evince3/Makefile.common" COMMENT= Document viewer -PKGREVISION= 3 +PKGREVISION= 4 .include "options.mk" diff --git a/print/evince3/PLIST b/print/evince3/PLIST index e60faafce90..7f0ff515b04 100644 --- a/print/evince3/PLIST +++ b/print/evince3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/11/08 12:31:13 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.9 2015/01/28 03:16:24 pho Exp $ bin/evince bin/evince-previewer bin/evince-thumbnailer @@ -72,6 +72,7 @@ man/man1/evince.1 share/GConf/gsettings/evince.convert share/appdata/evince-comicsdocument.metainfo.xml ${PLIST.djvu}share/appdata/evince-djvudocument.metainfo.xml +${PLIST.dvi}share/appdata/evince-dvidocument.metainfo.xml share/appdata/evince-pdfdocument.metainfo.xml share/appdata/evince-psdocument.metainfo.xml share/appdata/evince-tiffdocument.metainfo.xml |