diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-18 02:30:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-18 02:30:09 +0800 |
commit | adc2438fa3073491f067e2688c1d573fa738a832 (patch) | |
tree | 36755d1bda80da8f972ed3cddfb67301295ce6fd /graphics | |
parent | 0f2903dac936452c15789ce7e4c88f98b14413d2 (diff) | |
download | marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar.gz marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar.bz2 marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar.lz marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar.xz marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.tar.zst marcuscom-ports-adc2438fa3073491f067e2688c1d573fa738a832.zip |
Add a missing evince.1 man page.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8367 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index ceecc62e8..707f30249 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.61 2007/01/11 06:34:11 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.62 2007/02/13 15:54:32 ahze Exp $ # PORTNAME= evince PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -33,6 +34,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas +MAN1= evince.1 + OPTIONS= DVI "Enable DVI viewer support" off \ T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ NAUTILUS "Enable Nautilus plugin" on \ |