svn commit: r518412 - head/devel/llvm80

Brooks Davis brooks at FreeBSD.org
Mon Nov 25 18:09:00 UTC 2019


Author: brooks
Date: Mon Nov 25 18:08:59 2019
New Revision: 518412
URL: https://svnweb.freebsd.org/changeset/ports/518412

Log:
  Correct the PYCLANG pattern.

Modified:
  head/devel/llvm80/Makefile

Modified: head/devel/llvm80/Makefile
==============================================================================
--- head/devel/llvm80/Makefile	Mon Nov 25 17:57:06 2019	(r518411)
+++ head/devel/llvm80/Makefile	Mon Nov 25 18:08:59 2019	(r518412)
@@ -233,7 +233,7 @@ MAN1SRCS+=	bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1
 		opt.1 tblgen.1
 
 .if ${PORT_OPTIONS:MPYCLANG}
-PYCLANG_PATTERN=	(clang\/(__init__|cindex|enumerations).py$)
+PYCLANG_PATTERN=	(clang\/(__init__|cindex|enumerations).py)$$
 .endif
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list