svn commit: r402887 - head/devel/thrift-cpp

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Dec 3 16:57:48 UTC 2015


Author: rakuco
Date: Thu Dec  3 16:57:47 2015
New Revision: 402887
URL: https://svnweb.freebsd.org/changeset/ports/402887

Log:
  Replace spaces with tabs in CONFIGURE_ARGS.

Modified:
  head/devel/thrift-cpp/Makefile

Modified: head/devel/thrift-cpp/Makefile
==============================================================================
--- head/devel/thrift-cpp/Makefile	Thu Dec  3 16:44:21 2015	(r402886)
+++ head/devel/thrift-cpp/Makefile	Thu Dec  3 16:57:47 2015	(r402887)
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=	\
 		--without-php_extension \
 		--without-python \
 		--without-ruby \
-                --without-go
+		--without-go
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list