From 8e35c70d9d4bd699ea6971525d2f756efbdaad24 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 13 Apr 2000 09:17:26 +0000 Subject: Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx, hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places. --- korean/baekmukfonts-ttf/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'korean/baekmukfonts-ttf') diff --git a/korean/baekmukfonts-ttf/Makefile b/korean/baekmukfonts-ttf/Makefile index d58fa9f..9092eae 100644 --- a/korean/baekmukfonts-ttf/Makefile +++ b/korean/baekmukfonts-ttf/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: Baekmuk Korean TrueType fonts -# Version required: 2.0 # Date created: 17 Jan 2000 # Whom: CHOI Junho # # $FreeBSD$ # -DISTNAME= baekmuk-ttf-2.0 -PKGNAME= ko-baekmukfonts-ttf-2.0 +PORTNAME= baekmukfonts +PORTVERSION= 2.0 CATEGORIES= korean MASTER_SITES= ftp://ftp.mizi.co.kr/pub/baekmuk/ +PKGNAMESUFFIX= -ttf +DISTNAME= baekmuk${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= cjh@kr.freebsd.org -- cgit v1.1