diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-02 22:08:01 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-02 22:08:01 +0000 |
commit | 85f78c35aca8ebc3a8e2dd43caceaa372ac9b212 (patch) | |
tree | cc96edfcaf2780ea7d801150618c7162a8c31d4a /misc/mc | |
parent | 3688feb4b5e892ad7b39b2388dcc184e13097f8f (diff) | |
download | ports-85f78c35aca8ebc3a8e2dd43caceaa372ac9b212.tar.gz ports-85f78c35aca8ebc3a8e2dd43caceaa372ac9b212.zip |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 7 | ||||
-rw-r--r-- | misc/mc/pkg-plist | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index f0c723dca012..cc5c68ccb997 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -45,8 +45,9 @@ NLS_USES= gettext SLANG_LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 -SMB_CONFIGURE_ENABLE= vfs-smb configdir=${LOCALBASE}/etc \ - codepagedir=${LOCALBASE}/etc/codepages +SMB_CONFIGURE_ENABLE= vfs-smb +SMB_CONFIGURE_ON= --with-smb-configdir=${LOCALBASE}/etc \ + --with-smb-codepagedir=${LOCALBASE}/etc/codepages SUBSHELL_CONFIGURE_WITH= subshell @@ -77,7 +78,7 @@ CONFIGURE_ARGS+=--with-screen=slang --with-slang-includes=${LOCALBASE}/include .endif .if ${PORT_OPTIONS:MNCURSES} -CONFIGURE_ARGS+=--with-screen=ncurses --with-ncurses-includes=${LOCALBASE}/include +CONFIGURE_ARGS+=--with-screen=ncurses .endif post-patch: diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist index e13331874390..badb97cf422d 100644 --- a/misc/mc/pkg-plist +++ b/misc/mc/pkg-plist @@ -2,7 +2,7 @@ bin/mc bin/mcdiff %%EDITOR%%bin/mcedit bin/mcview -%%EDITOR%%etc/mc/edit.indent.rc +etc/mc/edit.indent.rc etc/mc/filehighlight.ini etc/mc/mc.default.keymap etc/mc/mc.emacs.keymap @@ -77,15 +77,15 @@ libexec/mc/mc-wrapper.csh libexec/mc/mc-wrapper.sh libexec/mc/mc.csh libexec/mc/mc.sh -man/es/man1/mc.1.gz -man/hu/man1/mc.1.gz -man/it/man1/mc.1.gz +%%NLS%%man/es/man1/mc.1.gz +%%NLS%%man/hu/man1/mc.1.gz +%%NLS%%man/it/man1/mc.1.gz man/man1/mc.1.gz man/man1/mcedit.1.gz man/man1/mcview.1.gz -man/pl/man1/mc.1.gz -man/ru/man1/mc.1.gz -man/sr/man1/mc.1.gz +%%NLS%%man/pl/man1/mc.1.gz +%%NLS%%man/ru/man1/mc.1.gz +%%NLS%%man/sr/man1/mc.1.gz %%NLS%%share/locale/az/LC_MESSAGES/mc.mo %%NLS%%share/locale/be/LC_MESSAGES/mc.mo %%NLS%%share/locale/bg/LC_MESSAGES/mc.mo |