From 8e35c70d9d4bd699ea6971525d2f756efbdaad24 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 13 Apr 2000 09:17:26 +0000 Subject: 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. --- korean/hanemacs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korean/hanemacs') 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 # # $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 -- cgit