diff options
author | pi <pi@FreeBSD.org> | 2018-06-18 03:24:48 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-06-18 03:24:48 +0800 |
commit | 454c70b27b5740c2e2fbbdb6a1ca347f3473931a (patch) | |
tree | e8cbb5d8d4e1660ee5f0040be9ed7d8938b2493e | |
parent | e86758a897b3b725a5e44715b69ad38cf7fecf2a (diff) | |
download | freebsd-ports-gnome-454c70b27b5740c2e2fbbdb6a1ca347f3473931a.tar.gz freebsd-ports-gnome-454c70b27b5740c2e2fbbdb6a1ca347f3473931a.tar.zst freebsd-ports-gnome-454c70b27b5740c2e2fbbdb6a1ca347f3473931a.zip |
japanese/font-ume: Fix MASTER_SITES
PR: 228242
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: hrs (maintainer timeout)
-rw-r--r-- | japanese/font-ume/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/font-ume/Makefile b/japanese/font-ume/Makefile index 49e5c41224d1..cb7a70b1b6ad 100644 --- a/japanese/font-ume/Makefile +++ b/japanese/font-ume/Makefile @@ -3,7 +3,7 @@ PORTNAME= ume PORTVERSION= 0.0.660 CATEGORIES= japanese x11-fonts -MASTER_SITES= OSDN/${PORTNAME}-font/22212 +MASTER_SITES= OSDN/${PORTNAME}-font/63494 PKGNAMEPREFIX= ja-font- DISTNAME= umefont_${PORTVERSION:E} |