diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2 (patch) | |
tree | 916c4017c965133decfae3108f21ad85c9709eb1 /korean/munhwafonts-cid | |
parent | Update with PORTNAME/PORTVERSION and get happy with the slave. (diff) |
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/munhwafonts-cid')
-rw-r--r-- | korean/munhwafonts-cid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/munhwafonts-cid/Makefile b/korean/munhwafonts-cid/Makefile index 2864e8d2f160..ea577f142e92 100644 --- a/korean/munhwafonts-cid/Makefile +++ b/korean/munhwafonts-cid/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Munhwa fonts collection(cid) -# Version required: none # Date created: 30 Jun 1999 # Whom: CHOI Junho <cjh@kr.freebsd.org> # # $FreeBSD$ # -DISTNAME= munhwafonts-cid -PKGNAME= ko-munhwafonts-cid-1.0 +PORTNAME= munhwafonts-cid +PORTVERSION= 1.0 CATEGORIES= korean print MASTER_SITES= ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \ ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/ +DISTNAME= ${PORTNAME} DISTFILES= ${CID_FONTS_KO} ${CID_CMAP_KO} MAINTAINER= cjh@kr.freebsd.org |