Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 16:12:49 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305385 - head/textproc/gsed
Message-ID:  <201210061612.q96GCnBQ095037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Oct  6 16:12:48 2012
New Revision: 305385
URL: http://svn.freebsd.org/changeset/ports/305385

Log:
  Convert to OptionsNG
  
  Approved by:	gabor (maintainer)

Modified:
  head/textproc/gsed/Makefile

Modified: head/textproc/gsed/Makefile
==============================================================================
--- head/textproc/gsed/Makefile	Sat Oct  6 16:12:29 2012	(r305384)
+++ head/textproc/gsed/Makefile	Sat Oct  6 16:12:48 2012	(r305385)
@@ -19,8 +19,6 @@ COMMENT=	The GNU stream editor
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
 
-OPTIONS=	NLS	"NLS support"	on
-
 PATCH_SUBDIRS=	. doc lib sed
 DATADIR=	${PREFIX}/share/${PKGBASE}
 SAMP_FILES=	binary*.sed dc.sed
@@ -33,7 +31,7 @@ MAN1=		gsed.1
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
 USE_ICONV=	yes
 USE_GETTEXT=	yes
 PLIST_SUB=	NLS=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061612.q96GCnBQ095037>