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/eterm | |
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/eterm')
-rw-r--r-- | korean/eterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index 9c723d9..61d923a 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: ko-eterm-0.8.9 -# Version required: 0.8.9 # Date created: 8 Jun 1999 # Whom: Oh Junseon <hollywar@mail.holywar.net> # # $FreeBSD$ # -DISTNAME= Eterm-0.8.9 -PKGNAME= ko-eterm-0.8.9 +PORTNAME= eterm +PORTVERSION= 0.8.9 CATEGORIES= korean x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ ftp://ftp.holywar.net/pub/FreeBSD/ \ @@ -15,6 +14,7 @@ MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://www.tcserv.com/archive/E/ \ http://eterm.is.nontoxic.org/download/ \ http://www.tcserv.com/archive/E/old/ +DISTNAME= Eterm-${PORTVERSION} MAINTAINER= hollywar@mail.holywar.net |