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/hanterm-xf86 | |
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/hanterm-xf86')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 3ce3b7355722..5cf7e4ee4174 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: hanterm-xf86 -# Version required: hanterm-xf-p16 # Date created: 22 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hanterm-xf-p18 -PKGNAME= ko-hanterm-xf-18 +PORTNAME= hanterm +PORTVERSION= 18 CATEGORIES= korean x11 MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ +PKGNAMESUFFIX= -xf +DISTNAME= hanterm-xf-p18 MAINTAINER= cjh@kr.freebsd.org |