svn commit: r432901 - head/devel/llvm38

Mark Linimon linimon at FreeBSD.org
Tue Jan 31 06:41:21 UTC 2017


Author: linimon
Date: Tue Jan 31 06:41:20 2017
New Revision: 432901
URL: https://svnweb.freebsd.org/changeset/ports/432901

Log:
  Remove stray .else.  While here, pet portlint.
  
  Approved by:	maintainer

Modified:
  head/devel/llvm38/Makefile

Modified: head/devel/llvm38/Makefile
==============================================================================
--- head/devel/llvm38/Makefile	Tue Jan 31 05:43:55 2017	(r432900)
+++ head/devel/llvm38/Makefile	Tue Jan 31 06:41:20 2017	(r432901)
@@ -181,7 +181,6 @@ _USES_PYTHON=	python
 .if ! ${OPTIONS_DEFINE:MCOMPILER_RT}
 # Hack to disable COMPILER_RT in plist of unsupported architectures
 PLIST_SUB+=    COMPILER_RT="@comment "
-.else
 .endif
 
 .if ! ${OPTIONS_DEFINE:MGOLD}
@@ -427,7 +426,6 @@ build-plist:
 	    if ($$0 !~ /libclang_rt/) {print}}' ${PLIST}.tmp >> ${PLIST}
 	${RM} ${PLIST}.tmp
 
-
 check-commands:
 .for command in ${COMMANDS}
 	test -e ${STAGEDIR}${LLVM_PREFIX}/bin/${command}


More information about the svn-ports-all mailing list