diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
commit | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (patch) | |
tree | 43a2327aa207c596c0fa4238e5356997afb18bdf /korean/hmconv | |
parent | 95cdd6d3886509f9f82699322355095c46f845bc (diff) | |
download | freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.gz freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.tar.zst freebsd-ports-gnome-8e35c70d9d4bd699ea6971525d2f756efbdaad24.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.
Diffstat (limited to 'korean/hmconv')
-rw-r--r-- | korean/hmconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hmconv/Makefile b/korean/hmconv/Makefile index a80260b11214..f99a540b0c0c 100644 --- a/korean/hmconv/Makefile +++ b/korean/hmconv/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: hmconv -# Version required: 1.0p3 # Date created: 31 Mar 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hmconv1.0pl3 -PKGNAME= ko-hmconv-1.0p3 +PORTNAME= hmconv +PORTVERSION= 1.0.3 CATEGORIES= korean mail MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/code/hmconv/ \ ftp://sunsite.kren.nm.kr/pub/packages/hangul/code/hmconv/ +DISTNAME= hmconv1.0pl3 MAINTAINER= junker@jazz.snu.ac.kr |