diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2019-11-12 04:41:55 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2019-11-12 04:41:55 +0000 |
commit | c9914f39352962ce5b288ba45cb50cca398f3d0d (patch) | |
tree | 517d4ca0cb309c6de2cc283f52dfe32cd23ac9c6 | |
parent | lang/php-mode.el: Update to 1.22.1 (diff) |
x11-fonts/courier-prime: unbreak by updating MASTER_SITES
PR: 241857
Submitted by: m.ne@gmx.net
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=517304
-rw-r--r-- | x11-fonts/courier-prime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/courier-prime/Makefile b/x11-fonts/courier-prime/Makefile index 8bdfb1d82402..c1c3afd6d9d4 100644 --- a/x11-fonts/courier-prime/Makefile +++ b/x11-fonts/courier-prime/Makefile @@ -4,15 +4,13 @@ PORTNAME= courier-prime PORTVERSION= g20180831 PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://quoteunquoteapps.com/downloads/ +MASTER_SITES= https://quoteunquoteapps.com/courierprime/downloads/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= flo@snakeoilproductions.net COMMENT= It\'s Courier, just better -BROKEN= unfetchable - LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/"Courier Prime/LICENSE/OFL.txt" |