1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

korean/nanumfonts: Fix DISTNAME missed in the previous commit

This commit is contained in:
Jung-uk Kim 2022-02-11 12:40:10 -05:00
parent f13370aee7
commit 722f695677

View File

@ -4,7 +4,7 @@ CATEGORIES= korean x11-fonts
MASTER_SITES= https://hangeul.naver.com/hangeul_static/webfont/zips/ \
LOCAL/jkim
PKGNAMESUFFIX= -${NANUM_FONTNAME}
DISTNAME?= ${PORTNAME}${PKGNAMESUFFIX}
DISTNAME?= ${PORTNAME}-${NANUM_FONTNAME}
DIST_SUBDIR= ${PORTNAME}/${DISTVERSION}
MAINTAINER= jkim@FreeBSD.org