svn commit: r338284 - head/comms/gnocky

Antoine Brodin antoine at FreeBSD.org
Tue Dec 31 12:27:58 UTC 2013


Author: antoine
Date: Tue Dec 31 12:27:57 2013
New Revision: 338284
URL: http://svnweb.freebsd.org/changeset/ports/338284

Log:
  - Stage support
  - Use OPTIONS helpers

Modified:
  head/comms/gnocky/Makefile

Modified: head/comms/gnocky/Makefile
==============================================================================
--- head/comms/gnocky/Makefile	Tue Dec 31 12:26:35 2013	(r338283)
+++ head/comms/gnocky/Makefile	Tue Dec 31 12:27:57 2013	(r338284)
@@ -21,15 +21,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	NLS
 
-NO_STAGE=	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
+OPTIONS_SUB=	yes
+NLS_USES=	gettext
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list