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/nhppf | |
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/nhppf')
-rw-r--r-- | korean/nhppf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile index 64480c0acf94..f541a72ce9d3 100644 --- a/korean/nhppf/Makefile +++ b/korean/nhppf/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: nhppf-2.1 -# Version required: 2.1 # Date created: 19 Apr 1997 # Whom: CHOI Junho <cjh@kr.freebsd.org> # # $FreeBSD$ # -DISTNAME= nhppf-2.1 -PKGNAME= ko-nhppf-2.1 +PORTNAME= nhppf +PORTVERSION= 2.1 CATEGORIES= korean MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/nhppf/ \ ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/ |