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/elm | |
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/elm')
-rw-r--r-- | korean/elm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/korean/elm/Makefile b/korean/elm/Makefile index 4f055b6ced82..aeade375f50a 100644 --- a/korean/elm/Makefile +++ b/korean/elm/Makefile @@ -6,11 +6,12 @@ # $FreeBSD$ # -DISTNAME= elm2.4h4.1 -PKGNAME= ko-elm-2.4h4.1 +PORTNAME= elm +PORTVERSION= 2.4h4.1 CATEGORIES= korean mail MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/mail/old/Others/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/mail/old/Others/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= junker@jazz.snu.ac.kr |