svn commit: r345406 - in head/editors: hnb nano nano-devel ssed zoinks

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 13:36:36 UTC 2014


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>
 


More information about the svn-ports-all mailing list