diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 09:17:26 +0000 |
commit | d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2 (patch) | |
tree | 916c4017c965133decfae3108f21ad85c9709eb1 /korean/gau | |
parent | Update with PORTNAME/PORTVERSION and get happy with the slave. (diff) |
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/gau')
-rw-r--r-- | korean/gau/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/gau/Makefile b/korean/gau/Makefile index 4e878aa6b93e..6829993b1db1 100644 --- a/korean/gau/Makefile +++ b/korean/gau/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: gau -# Version required: 0.3.1 # Date created: 23 Jul 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # # $FreeBSD$ # -DISTNAME= gau-0.4.1 -PKGNAME= ko-gau-0.4.1 +PORTNAME= gau +PORTVERSION= 0.4.1 CATEGORIES= korean comms MASTER_SITES= http://www.kr.freebsd.org/~hwang/gau/ |