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/netscape3 | |
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/netscape3')
-rw-r--r-- | korean/netscape3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/netscape3/Makefile b/korean/netscape3/Makefile index 662526d..d336fb2 100644 --- a/korean/netscape3/Makefile +++ b/korean/netscape3/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: netscape3-intl-ko -# Version required: 3.04/ko # Date created: 6 Apr 1995 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= netscape-3.04 -PKGNAME= ko-netscape-3.04 +PORTNAME= netscape +PORTVERSION= 3.04 CATEGORIES= korean www MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/intl/3.01/unix/ko/ \ http://www.bpel.tutics.tut.ac.jp/~take/Netscape/etc/ |