svn commit: r356106 - head/lang/lafontaine

Pawel Pekala pawel at FreeBSD.org
Sun Jun 1 12:34:54 UTC 2014


Author: pawel
Date: Sun Jun  1 12:34:53 2014
New Revision: 356106
URL: http://svnweb.freebsd.org/changeset/ports/356106
QAT: https://qat.redports.org/buildarchive/r356106/

Log:
  - Port is stage safe
  - Use options subs, helpers

Modified:
  head/lang/lafontaine/Makefile

Modified: head/lang/lafontaine/Makefile
==============================================================================
--- head/lang/lafontaine/Makefile	Sun Jun  1 12:23:08 2014	(r356105)
+++ head/lang/lafontaine/Makefile	Sun Jun  1 12:34:53 2014	(r356106)
@@ -19,18 +19,10 @@ GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 LDFLAGS+=	-lm
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list