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 /net-p2p/bitcoin | |
parent | 230cad7fe1dc354b8458108863d373e2e789e326 (diff) |
Remove :DEFAULT where not required.
Notes
Notes:
svn path=/head/; revision=500651
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index c01537771b12..171bef7e0762 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -5,7 +5,7 @@ PORTNAME= bitcoin PORTVERSION= 0.17.1 PORTREVISION?= 4 CATEGORIES= net-p2p finance -MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \ +MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon DIST_SUBDIR= ${PORTNAME} |