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/engdic | |
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/engdic')
-rw-r--r-- | korean/engdic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index 8834920..032a825 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: engdic-0.2 -# Version required: 0.2 # Date created: 3 Jun 1999 # Whom: Oh Junseon <hollywar@mail.holywar.net> # # $FreeBSD$ # -DISTNAME= engdic-0.2 -PKGNAME= ko-engdic-0.2 +PORTNAME= engdic +PORTVERSION= 0.2 CATEGORIES= korean deskutils MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ |