diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-03 06:08:01 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-03 06:08:01 +0800 |
commit | 5fe4036f0b35dae0d13254b961d480bd466f432c (patch) | |
tree | cc96edfcaf2780ea7d801150618c7162a8c31d4a /misc | |
parent | 9beb90163fa3f55e426eac44d347c11e2e177f21 (diff) | |
download | freebsd-ports-gnome-5fe4036f0b35dae0d13254b961d480bd466f432c.tar.gz freebsd-ports-gnome-5fe4036f0b35dae0d13254b961d480bd466f432c.tar.zst freebsd-ports-gnome-5fe4036f0b35dae0d13254b961d480bd466f432c.zip |
- Change SMB and NCURSES
- Change pkg-plist, fix MAN
PR: ports/183170 ports/183284 ports/183402
Submitted by: various
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'misc')
-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 |