diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/mizifont | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.zip FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz |
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.
Diffstat (limited to 'korean/mizifont')
-rw-r--r-- | korean/mizifont/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/mizifont/Makefile b/korean/mizifont/Makefile index ab449a68..cb6c53b 100644 --- a/korean/mizifont/Makefile +++ b/korean/mizifont/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: mizifonts -# Version required: 1.1 # Date created: 16 Mar 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # # $FreeBSD$ # -DISTNAME= xfntmizi-1.1-2.noarch -PKGNAME= ko-mizifonts-1.1 +PORTNAME= mizifonts +PORTVERSION= 1.1 CATEGORIES= korean x11-fonts MASTER_SITES= ftp://ftp.mizi.co.kr/pub/hanIM/ +DISTNAME= xfntmizi-1.1-2.noarch EXTRACT_SUFX= .rpm MAINTAINER= cjh@kr.freebsd.org |