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/nhpf | |
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/nhpf')
-rw-r--r-- | korean/nhpf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/nhpf/Makefile b/korean/nhpf/Makefile index 8cfe878..14049a4 100644 --- a/korean/nhpf/Makefile +++ b/korean/nhpf/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: nhpf-1.42 -# Version required: 1.42 # Date created: 25 May 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= nhpf-1.42 -PKGNAME= ko-nhpf-1.42 +PORTNAME= nhpf +PORTVERSION= 1.42 CATEGORIES= korean www MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/applications/ |