diff options
-rw-r--r-- | misc/mc/Makefile | 5 | ||||
-rw-r--r-- | misc/mc/pkg/PLIST | 8 | ||||
-rw-r--r-- | sysutils/mc/Makefile | 5 | ||||
-rw-r--r-- | sysutils/mc/pkg/PLIST | 8 |
4 files changed, 14 insertions, 12 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 07ec3bb8fe5..3740e21c6e9 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/10/04 17:16:21 tv Exp $ +# $NetBSD: Makefile,v 1.13 1998/10/04 17:24:30 tv Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -13,7 +13,8 @@ HOMEPAGE= http://www.gnome.org/mc/ DEPENDS+= libslang-1.2.2:../../devel/libslang GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-catgets --with-netrc --with-slang \ +# XXX the cat-id-tbl is not up to date, so the catgets is broken. +CONFIGURE_ARGS+= --without-catgets --with-netrc --with-slang \ --without-x --without-gnome --without-tk # Funny stuff to get this to use the system libslang. diff --git a/misc/mc/pkg/PLIST b/misc/mc/pkg/PLIST index 4990cc8211c..32544375121 100644 --- a/misc/mc/pkg/PLIST +++ b/misc/mc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/10/04 17:16:23 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/10/04 17:24:31 tv Exp $ bin/mc bin/mcmfmt lib/mc/FAQ @@ -33,9 +33,9 @@ man/man1/mc.1 man/man1/mcedit.1 man/man8/mcserv.8 sbin/mcserv -share/locale/es/LC_MESSAGES/mc.cat -share/locale/fr/LC_MESSAGES/mc.cat -share/locale/ru/LC_MESSAGES/mc.cat +share/locale/es/LC_MESSAGES/mc.mo +share/locale/fr/LC_MESSAGES/mc.mo +share/locale/ru/LC_MESSAGES/mc.mo @dirrm lib/mc/bin @dirrm lib/mc/extfs @dirrm lib/mc/term diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 07ec3bb8fe5..3740e21c6e9 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/10/04 17:16:21 tv Exp $ +# $NetBSD: Makefile,v 1.13 1998/10/04 17:24:30 tv Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -13,7 +13,8 @@ HOMEPAGE= http://www.gnome.org/mc/ DEPENDS+= libslang-1.2.2:../../devel/libslang GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-catgets --with-netrc --with-slang \ +# XXX the cat-id-tbl is not up to date, so the catgets is broken. +CONFIGURE_ARGS+= --without-catgets --with-netrc --with-slang \ --without-x --without-gnome --without-tk # Funny stuff to get this to use the system libslang. diff --git a/sysutils/mc/pkg/PLIST b/sysutils/mc/pkg/PLIST index 4990cc8211c..32544375121 100644 --- a/sysutils/mc/pkg/PLIST +++ b/sysutils/mc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/10/04 17:16:23 tv Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/10/04 17:24:31 tv Exp $ bin/mc bin/mcmfmt lib/mc/FAQ @@ -33,9 +33,9 @@ man/man1/mc.1 man/man1/mcedit.1 man/man8/mcserv.8 sbin/mcserv -share/locale/es/LC_MESSAGES/mc.cat -share/locale/fr/LC_MESSAGES/mc.cat -share/locale/ru/LC_MESSAGES/mc.cat +share/locale/es/LC_MESSAGES/mc.mo +share/locale/fr/LC_MESSAGES/mc.mo +share/locale/ru/LC_MESSAGES/mc.mo @dirrm lib/mc/bin @dirrm lib/mc/extfs @dirrm lib/mc/term |