diff options
Diffstat (limited to 'devel/libc++/Makefile')
-rw-r--r-- | devel/libc++/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libc++/Makefile b/devel/libc++/Makefile index 282ff451c287..9d86d703d88a 100644 --- a/devel/libc++/Makefile +++ b/devel/libc++/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://files.etoilebsd.net/libc++/ \ LOCAL/bapt MAINTAINER= ports@FreeBSD.org -COMMENT?= Llvm's C++ standard library with c++11 support +COMMENT?= LLVM C++ standard library with c++11 support USES= tar:xz @@ -57,6 +57,10 @@ SVN_REV!= LC_ALL=C svn info http://llvm.org/svn/llvm-project/ | ${GREP} Re .if defined(BOOTSTRAP) || defined(SVN_FETCH) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +post-patch: + # remove .orig files because they can get installed in stagedir + @${FIND} ${WRKSRC} -name "*.orig" -type f -delete + do-fetch: ${MKDIR} ${WRKDIR} svn export -r ${SVN_REV} \ |