pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/evince-nautilus Fix obvious typo that would caus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/092387921ae0
branches:  trunk
changeset: 514978:092387921ae0
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 21 16:01:44 2006 +0000

description:
Fix obvious typo that would cause the "dvi" option to never be supported
by this package.

diffstat:

 print/evince-nautilus/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8a4a6d2c0c06 -r 092387921ae0 print/evince-nautilus/Makefile
--- a/print/evince-nautilus/Makefile    Wed Jun 21 16:00:57 2006 +0000
+++ b/print/evince-nautilus/Makefile    Wed Jun 21 16:01:44 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/05/31 18:17:23 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/21 16:01:44 jlam Exp $
 #
 
 .include "../../print/evince/Makefile.common"
@@ -6,7 +6,8 @@
 PKGNAME=               ${DISTNAME:S/evince/evince-nautilus/}
 
 COMMENT=               File properties plugin for evince files
-PKG_OPTIONS_VAR=       PKG_OPTIONS.evince PKG_SUPPORTED_OPTIONS=       dvi
+PKG_OPTIONS_VAR=       PKG_OPTIONS.evince
+PKG_SUPPORTED_OPTIONS= dvi
 PKG_SUGGESTED_OPTIONS= # none
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index