git: e30621b6cb2b - main - korean/nanum-gothic-coding: Prefer PKGNAMESUFFIX

From: Jung-uk Kim <jkim_at_FreeBSD.org>
Date: Thu, 10 Feb 2022 20:46:36 UTC
The branch main has been updated by jkim:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e30621b6cb2b264d24c577057e43f9a5d9f84fbb

commit e30621b6cb2b264d24c577057e43f9a5d9f84fbb
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2022-02-10 20:46:12 +0000
Commit:     Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2022-02-10 20:46:12 +0000

    korean/nanum-gothic-coding: Prefer PKGNAMESUFFIX
---
 korean/nanum-gothic-coding/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/korean/nanum-gothic-coding/Makefile b/korean/nanum-gothic-coding/Makefile
index a43096c2469f..4d00d9c0c83f 100644
--- a/korean/nanum-gothic-coding/Makefile
+++ b/korean/nanum-gothic-coding/Makefile
@@ -1,8 +1,9 @@
-PORTNAME=	nanum-gothic-coding
+PORTNAME=	nanum
 DISTVERSION=	2.5
 CATEGORIES=	korean x11-fonts
 MASTER_SITES=	https://github.com/naver/nanumfont/releases/download/VER${DISTVERSION}/ \
 		LOCAL/jkim
+PKGNAMESUFFIX=	-gothic-coding
 DISTNAME=	NanumGothicCoding-${DISTVERSION}
 
 MAINTAINER=	jkim@FreeBSD.org