diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-25 00:45:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-01-25 00:45:12 +0000 |
commit | 49921245ead18fbdca7a20be7761e6e38ec00cd1 (patch) | |
tree | f5a097aac75d8830bf0d74c8addbd50b67101a9d /korean | |
parent | cbecac9dda93f31454628f0694c82065a19ce518 (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/d2coding-ttf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/d2coding-ttf/Makefile b/korean/d2coding-ttf/Makefile index f58000bf3304..53a7ad3cfed4 100644 --- a/korean/d2coding-ttf/Makefile +++ b/korean/d2coding-ttf/Makefile @@ -3,7 +3,8 @@ PORTNAME= d2coding PORTVERSION= 1.3.1 CATEGORIES= korean x11-fonts -MASTER_SITES= https://github.com/naver/d2codingfont/releases/download/VER${PORTVERSION}/ +MASTER_SITES= https://github.com/naver/d2codingfont/releases/download/VER${PORTVERSION}/ \ + LOCAL/jkim PKGNAMESUFFIX= -ttf DISTNAME= D2Coding-Ver${PORTVERSION}-${PORTRELEASE} |