summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-08 10:19:41 +0000
committerwiz <wiz@pkgsrc.org>2011-03-08 10:19:41 +0000
commit5048d1c60dd3b138a9eeb75921c6ff19bbc2f4b8 (patch)
treee6f3105b1dc9b4d0406751bd88ec9e1901432f7c /sysutils/mc
parenta81f120e1064d5820c7e69c263f8e41fb51269ef (diff)
downloadpkgsrc-5048d1c60dd3b138a9eeb75921c6ff19bbc2f4b8.tar.gz
Adapt to option names.
Diffstat (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 20521cec950..2976bd0bd46 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2011/01/23 14:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2011/03/08 10:19:41 wiz Exp $
DISTNAME= mc-4.7.0.10
PKGREVISION= 1
@@ -39,15 +39,15 @@ CONFFILES= cedit.menu edit.indent.rc edit.spell.rc filehighlight.ini \
mc.ext mc.keymap mc.keymap.default mc.keymap.emacs mc.lib \
mc.menu mc.menu.sr
-.if !empty(PKG_OPTIONS:Medit)
+.if !empty(PKG_OPTIONS:Mmc-edit)
CONFFILES+= syntax/Syntax
.endif
-.if !empty(PKG_OPTIONS:Mvfs)
+.if !empty(PKG_OPTIONS:Mmc-vfs)
CONFFILES+= sfs.ini
.endif
-.if !empty(PKG_OPTIONS:Mcharset)
+.if !empty(PKG_OPTIONS:Mmc-charset)
CONFFILES+= mc.charsets
.endif