[Midnightbsd-cvs] mports [15523] trunk/misc/help2man/Makefile: force NLS for now...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 26 13:10:35 EDT 2013


Revision: 15523
          http://svnweb.midnightbsd.org/mports/?rev=15523
Author:   laffer1
Date:     2013-09-26 13:10:34 -0400 (Thu, 26 Sep 2013)
Log Message:
-----------
force NLS for now... options is not playing nice with describe-yaml and this blocks a LOT

Modified Paths:
--------------
    trunk/misc/help2man/Makefile

Modified: trunk/misc/help2man/Makefile
===================================================================
--- trunk/misc/help2man/Makefile	2013-09-26 01:27:12 UTC (rev 15522)
+++ trunk/misc/help2man/Makefile	2013-09-26 17:10:34 UTC (rev 15523)
@@ -2,6 +2,7 @@
 
 PORTNAME=	help2man
 PORTVERSION=	1.43.3
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	GNU/${PORTNAME}
 
@@ -10,8 +11,6 @@
 
 LICENSE=	gpl3
 
-OPTIONS_DEFINE=	NLS
-
 CFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 USES=		gmake
@@ -23,7 +22,6 @@
 
 .include <bsd.mport.options.mk>
 
-.if ${PORT_OPTIONS:MNLS}
 BUILD_DEPENDS+=	p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
 RUN_DEPENDS+=	p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
 
@@ -41,9 +39,6 @@
 .for lang in ${LANGS}
 PLIST_DIRSTRY+=	man/${lang}/man1 man/${lang}
 .endfor
-.else
-CONFIGURE_ARGS=	--disable-nls
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in



More information about the Midnightbsd-cvs mailing list