1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Correct the PYCLANG pattern.

This commit is contained in:
Brooks Davis 2019-11-25 18:08:59 +00:00
parent 5c26d3a600
commit b1f3fe4b89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518412

View File

@ -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>