diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 10:18:03 +0000 |
commit | d464b42ba93992d4a6ba64244bd2d13ac325e8ce (patch) | |
tree | 9c178d473ff625214c1dcc477662edf7710e0396 /lang | |
parent | 230cad7fe1dc354b8458108863d373e2e789e326 (diff) |
Remove :DEFAULT where not required.
Notes
Notes:
svn path=/head/; revision=500651
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-doc-html/Makefile | 2 | ||||
-rw-r--r-- | lang/swift/Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 84b7505817a5..c2ba17f6d96f 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -54,7 +54,7 @@ MASTER_SITES+= PYTHON/ftp/python/doc/${v}:${v:S/./x/g} DISTFILES+= python-${v}-docs-${f}${EXTRACT_SUFX}:${v:S/./x/g},DEFAULT .endfor .endfor -MASTER_SITES+= PYTHON/ftp/python/doc/current:DEFAULT +MASTER_SITES+= PYTHON/ftp/python/doc/current .endif pre-install: diff --git a/lang/swift/Makefile b/lang/swift/Makefile index 77befee33a63..b66d21c84560 100644 --- a/lang/swift/Makefile +++ b/lang/swift/Makefile @@ -29,12 +29,11 @@ REL_SNAP= 2017-04-22-a USE_GITHUB= yes BINARY_ALIAS= swig=swig3.0 python=${PYTHON_CMD} -GH_ACCOUNT= apple:DEFAULT,llvm,clang,dispatch,lldb,cmark,llbuild,swiftpm,xctest,xcfound -GH_PROJECT= swift:DEFAULT swift-llvm:llvm swift-clang:clang swift-lldb:lldb \ +GH_ACCOUNT= apple +GH_PROJECT= swift swift-llvm:llvm swift-clang:clang swift-lldb:lldb \ swift-cmark:cmark swift-llbuild:llbuild swift-package-manager:swiftpm \ swift-corelibs-xctest:xctest swift-corelibs-foundation:xcfound \ swift-corelibs-libdispatch:dispatch -GH_TAGNAME= swift-${PORTVERSION}-RELEASE:llbuild,swiftpm,xctest,xcfound,dispatch GH_SUBDIR= llvm:llvm clang:clang lldb:lldb cmark:cmark llbuild:llbuild \ swiftpm:swiftpm swift-corelibs-xctest:xctest \ swift-corelibs-foundation:xcfound \ |