Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 13:36:35 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345406 - in head/editors: hnb nano nano-devel ssed zoinks
Message-ID:  <201402211336.s1LDaZGV064478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 21 13:36:34 2014
New Revision: 345406
URL: http://svnweb.freebsd.org/changeset/ports/345406
QAT: https://qat.redports.org/buildarchive/r345406/

Log:
  Remove trailing whitespaces from category editors

Modified:
  head/editors/hnb/Makefile
  head/editors/nano-devel/Makefile
  head/editors/nano/Makefile
  head/editors/ssed/Makefile
  head/editors/zoinks/Makefile

Modified: head/editors/hnb/Makefile
==============================================================================
--- head/editors/hnb/Makefile	Fri Feb 21 13:36:29 2014	(r345405)
+++ head/editors/hnb/Makefile	Fri Feb 21 13:36:34 2014	(r345406)
@@ -19,7 +19,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 PORTDOCS=	*
 
-OPTIONS_DEFINE=	DOCS 
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 

Modified: head/editors/nano-devel/Makefile
==============================================================================
--- head/editors/nano-devel/Makefile	Fri Feb 21 13:36:29 2014	(r345405)
+++ head/editors/nano-devel/Makefile	Fri Feb 21 13:36:34 2014	(r345406)
@@ -20,7 +20,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	DOCS NLS 
+OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
 

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Fri Feb 21 13:36:29 2014	(r345405)
+++ head/editors/nano/Makefile	Fri Feb 21 13:36:34 2014	(r345406)
@@ -21,7 +21,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=	DOCS NLS 
+OPTIONS_DEFINE=	DOCS NLS
 
 .include <bsd.port.options.mk>
 

Modified: head/editors/ssed/Makefile
==============================================================================
--- head/editors/ssed/Makefile	Fri Feb 21 13:36:29 2014	(r345405)
+++ head/editors/ssed/Makefile	Fri Feb 21 13:36:34 2014	(r345406)
@@ -14,7 +14,7 @@ COMMENT=	Super-sed - a heavily enhanced 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=s
 
-OPTIONS_DEFINE=	NLS 
+OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>
 

Modified: head/editors/zoinks/Makefile
==============================================================================
--- head/editors/zoinks/Makefile	Fri Feb 21 13:36:29 2014	(r345405)
+++ head/editors/zoinks/Makefile	Fri Feb 21 13:36:34 2014	(r345406)
@@ -22,7 +22,7 @@ GNU_CONFIGURE=	yes
 
 NO_STAGE=	yes
 
-OPTIONS_DEFINE=	NLS 
+OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>
 



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