diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-15 21:10:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-15 21:10:10 +0000 |
commit | 2ab7a2c84f08f3c689888494e3c2017c5eee43bd (patch) | |
tree | 458a1df49b7575cc26e4405ee125aec2dea7af72 /print | |
parent | 9c2e1f00fc12cc713a8b9ffc064829dc9f3dd674 (diff) | |
download | pkgsrc-2ab7a2c84f08f3c689888494e3c2017c5eee43bd.tar.gz |
improve textual description, suggested by Jeremy C. Reed
Diffstat (limited to 'print')
-rw-r--r-- | print/evince-nautilus/DESCR | 2 | ||||
-rw-r--r-- | print/evince-nautilus/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/evince-nautilus/DESCR b/print/evince-nautilus/DESCR index 47a3d1b1f06..7a29e086bce 100644 --- a/print/evince-nautilus/DESCR +++ b/print/evince-nautilus/DESCR @@ -1,2 +1,4 @@ Evince is a document viewer for multiple document formats like pdf, postscript, and many others. +The evince plugin to nautilus adds information about specific document +properties to the nautilus context menu. diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index 202abcb093c..bddf7ceb826 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/15 19:27:05 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/03/15 21:10:10 drochner Exp $ # DISTNAME= evince-0.4.0 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/evince/ -COMMENT= Document viewer for the GNOME Desktop +COMMENT= File properties plugin for evince files #PATCHDIR= ${.CURDIR}/../evince/patches DISTINFO_FILE= ${.CURDIR}/../evince/distinfo |