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/hcode | |
parent | dc4e00ce6e1c23b2e2a98c2c6dda89dc1d1b3f91 (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.
Notes
Notes:
svn path=/head/; revision=27486
Diffstat (limited to 'korean/hcode')
-rw-r--r-- | korean/hcode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hcode/Makefile b/korean/hcode/Makefile index 6cff281daf56..d025b0f1d7c6 100644 --- a/korean/hcode/Makefile +++ b/korean/hcode/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: hcode -# Version required: 2.1mailpatch3 # Date created: 31 Mar 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hcode2.1-mailpatch3 -PKGNAME= ko-hcode-2.1.3 +PORTNAME= hcode +PORTVERSION= 2.1.3 CATEGORIES= korean MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/incoming/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/incoming/ +DISTNAME= hcode2.1-mailpatch3 MAINTAINER= junker@jazz.snu.ac.kr |