svn commit: r302638 - head/devel/antlr

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 16 14:35:27 UTC 2012


Author: bapt
Date: Thu Aug 16 14:35:27 2012
New Revision: 302638
URL: http://svn.freebsd.org/changeset/ports/302638

Log:
  Do not include bsd.port.options.mk twice
  
  Reported by:	culot

Modified:
  head/devel/antlr/Makefile

Modified: head/devel/antlr/Makefile
==============================================================================
--- head/devel/antlr/Makefile	Thu Aug 16 14:32:58 2012	(r302637)
+++ head/devel/antlr/Makefile	Thu Aug 16 14:35:27 2012	(r302638)
@@ -29,8 +29,9 @@ CONFIGURE_ARGS=	--disable-csharp --prefi
 
 PORT_CLASSPATH=	${WRKSRC}/antlrall.jar:.
 
-.include <bsd.port.options.mk>
 EXAMPLES=	cpp java
+
+.include <bsd.port.options.mk>
 .if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	ANTLRException.gif closure.gif cpp-runtime.html \
 		csharp-runtime.html err.html glossary.html hidden.stream.gif \
@@ -42,8 +43,6 @@ PORTDOCS=	ANTLRException.gif closure.gif
 		vocab.html
 .endif
 
-.include <bsd.port.options.mk>
-
 .if ${PORT_OPTIONS:MPYTHON}
 USE_PYTHON=	2.2+
 PORTDOCS+=	python-runtime.html



More information about the svn-ports-all mailing list