diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/johabfonts/Makefile | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.zst freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.zip |
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/johabfonts/Makefile')
-rw-r--r-- | korean/johabfonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile index ac0150b03512..0159782377d5 100644 --- a/korean/johabfonts/Makefile +++ b/korean/johabfonts/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: johabfonts -# Version required: 3.04 # Date created: 15 Mar 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hanterm304fonts -PKGNAME= ko-johabfonts-3.04 +PORTNAME= johabfonts +PORTVERSION= 3.04 CATEGORIES= korean x11-fonts MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/terminal/hanterm/hanterm304beta/fonts/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/terminal/hanterm/hanterm304beta/fonts/ +DISTNAME= hanterm304fonts MAINTAINER= junker@jazz.snu.ac.kr |