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/hanemacs/Makefile | |
parent | dc4e00ce6e1c23b2e2a98c2c6dda89dc1d1b3f91 (diff) | |
download | ports-d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2.tar.gz ports-d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2.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.
Notes
Notes:
svn path=/head/; revision=27486
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r-- | korean/hanemacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index e03f364116f0..aa975a2ccbf4 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: hanemacs -# Version required: 19.34b-2 # Date created: 12 Mar 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hanemacs-19.34b-1 -PKGNAME= ko-hanemacs-19.34b1 +PORTNAME= hanemacs +PORTVERSION= 19.34b.1 CATEGORIES= korean editors MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/HanEmacs/ +DISTNAME= hanemacs-19.34b-1 MAINTAINER= junker@jazz.snu.ac.kr |