svn commit: r305385 - head/textproc/gsed
Eitan Adler
eadler at FreeBSD.org
Sat Oct 6 16:12:49 UTC 2012
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=""
More information about the svn-ports-head
mailing list