diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/hanemacs | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.zip FreeBSD-ports-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz |
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/hanemacs')
-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 e03f364..aa975a2 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 |