1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix stray file in bin/clang-check.

Reported by:	ale, Dominic Fandrey <kamikaze@bsdforen.de>
This commit is contained in:
Brooks Davis 2013-03-13 15:40:34 +00:00
parent 14232cd5c7
commit ac563f23f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314092
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= clang
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= lang devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@ -148,6 +149,7 @@ PLIST_FILE_LIST= bin/ccc-analyzer \
bin/c++-analyzer \
bin/clang \
bin/clang++ \
bin/clang-check \
bin/clang-tblgen \
bin/c-index-test \
bin/scan-build \

View File

@ -3,6 +3,7 @@ bin/c-index-test
bin/ccc-analyzer
bin/clang
bin/clang++
bin/clang-check
bin/clang-tblgen
bin/scan-build
bin/scan-view