[Midnightbsd-cvs] mports: Makefile: Disable NLS (russian lang support) due to a very

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 9 14:27:14 EST 2008


Log Message:
-----------
Disable NLS (russian lang support) due to a very poorly written makefile.  When I have more patience, perhaps I'll fix it.  Why make software support DESTDIR except one part?

Modified Files:
--------------
    mports/misc/mc-light:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/mc-light/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L misc/mc-light/Makefile -L misc/mc-light/Makefile -u -r1.1 -r1.2
--- misc/mc-light/Makefile
+++ misc/mc-light/Makefile
@@ -13,12 +13,13 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A lightweight Midnight Commander clone
+LICENSE=	gpl2
 
 RUN_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
 
 CONFLICTS=	mc-4.6*
 
-OPTIONS=	NLS "Enable gettext support" on \
+OPTIONS=	\
 		SUBSHELL "Build with subshell support (only for bash!)" off \
 		MC_IN_MC "Allow run mc inside mc (useful for mcedit)" off
 
@@ -42,13 +43,9 @@
 CONFIGURE_ARGS+=--without-subshell
 .endif
 
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT=	yes
-PLIST_SUB+=	NLS=""
-.else
+# Add an NLS option later
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
-.endif
 
 .if defined(WITH_MC_IN_MC)
 CONFIGURE_ENV+=	CPPFLAGS=-DMC_IN_MC_ALLOWED


More information about the Midnightbsd-cvs mailing list