diff options
author | jkim <jkim@FreeBSD.org> | 2013-07-09 03:37:05 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-07-09 03:37:05 +0800 |
commit | fa70def193b1d7833e32bdff2f2bc06648e38aa1 (patch) | |
tree | 37f03ee43f07f401f14faf3ef3d961e2d0798cec /korean/nanumcoding-ttf | |
parent | 7968eef93f8fd7f296f102f65908d586dc57a9df (diff) | |
download | freebsd-ports-gnome-fa70def193b1d7833e32bdff2f2bc06648e38aa1.tar.gz freebsd-ports-gnome-fa70def193b1d7833e32bdff2f2bc06648e38aa1.tar.zst freebsd-ports-gnome-fa70def193b1d7833e32bdff2f2bc06648e38aa1.zip |
Add local distfile and trim makefile header.
Diffstat (limited to 'korean/nanumcoding-ttf')
-rw-r--r-- | korean/nanumcoding-ttf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/korean/nanumcoding-ttf/Makefile b/korean/nanumcoding-ttf/Makefile index 880643b813f5..bfbfdb5dc074 100644 --- a/korean/nanumcoding-ttf/Makefile +++ b/korean/nanumcoding-ttf/Makefile @@ -1,14 +1,11 @@ -# New ports collection makefile for: Nanum Gothic Coding Hangul font -# Date created: August 4, 2011 -# Whom: Jung-uk Kim <jkim@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= nanumcoding PORTVERSION= 2.0 CATEGORIES= korean -MASTER_SITES= http://dev.naver.com/frs/download.php/441/ +MASTER_SITES= http://dev.naver.com/frs/download.php/441/ \ + LOCAL +MASTER_SITE_SUBDIR= jkim PKGNAMESUFFIX= -ttf DISTNAME= NanumGothicCoding-${PORTVERSION} |