summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-11-25 18:08:59 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-11-25 18:08:59 +0000
commitb1f3fe4b89a5617ebc47d78c6f6581845d616440 (patch)
tree1d86a29de44fe82ecedc6162c9c8bc02a2b7bc88
parentClean up (diff)
Correct the PYCLANG pattern.
-rw-r--r--devel/llvm80/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm80/Makefile b/devel/llvm80/Makefile
index b0146a23f57c..9ce90d0b8be9 100644
--- a/devel/llvm80/Makefile
+++ b/devel/llvm80/Makefile
@@ -233,7 +233,7 @@ MAN1SRCS+= bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1 llvm-as.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>