svn commit: r338021 - head/java/jgraph

Chris Rees crees at FreeBSD.org
Sun Dec 29 16:16:41 UTC 2013


Author: crees
Date: Sun Dec 29 16:16:41 2013
New Revision: 338021
URL: http://svnweb.freebsd.org/changeset/ports/338021

Log:
  Ouch.  Remove >s from copy/pasting with vim tab hilighting
  
  Pointed out by:	cperciva's make index bot

Modified:
  head/java/jgraph/Makefile

Modified: head/java/jgraph/Makefile
==============================================================================
--- head/java/jgraph/Makefile	Sun Dec 29 16:09:58 2013	(r338020)
+++ head/java/jgraph/Makefile	Sun Dec 29 16:16:41 2013	(r338021)
@@ -28,16 +28,16 @@ JAVA_RUN=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCOMPILE} || ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=>${ANT_CMD}:${PORTSDIR}/devel/apache-ant
-ANT_CMD?=>      ${LOCALBASE}/bin/ant
-ANT=>   >       ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD}
+BUILD_DEPENDS+=	${ANT_CMD}:${PORTSDIR}/devel/apache-ant
+ANT_CMD?=	${LOCALBASE}/bin/ant
+ANT=		${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD}
 .  if ${PORT_OPTIONS:MCOMPILE}
-JAVA_BUILD=>    yes
-ANT_TARGETS=>   jar
+JAVA_BUILD=	yes
+ANT_TARGETS=	jar
 .  endif
 .  if ${PORT_OPTIONS:MDOCS}
-ANT_TARGETS+=>  doc
-PORTDOCS=>      *
+ANT_TARGETS+=	doc
+PORTDOCS=	*
 .  endif
 .endif
 


More information about the svn-ports-head mailing list