diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 17:17:26 +0800 |
commit | d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2 (patch) | |
tree | 916c4017c965133decfae3108f21ad85c9709eb1 /korean/hpscat | |
parent | dc4e00ce6e1c23b2e2a98c2c6dda89dc1d1b3f91 (diff) | |
download | freebsd-ports-gnome-d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2.tar.gz freebsd-ports-gnome-d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2.tar.zst freebsd-ports-gnome-d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2.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/hpscat')
-rw-r--r-- | korean/hpscat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile index 47d4324cc5ee..b35cfe173980 100644 --- a/korean/hpscat/Makefile +++ b/korean/hpscat/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: hpscat-1.3jshin -# Version required: 1.3jshin # Date created: 4 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # # $FreeBSD$ # -DISTNAME= hpscat-jshin -PKGNAME= ko-hpscat-1.3jshin +PORTNAME= hpscat +PORTVERSION= 1.3jshin CATEGORIES= korean print MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/print/hpscat/ \ ftp://ftp.kaist.ac.kr/pub/hangul/editor/ked/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/print/hpscat/ \ ftp://ftp.kreonet.re.kr/pub/hangul/cair-archive/editor/ked/ +DISTNAME= hpscat-jshin DISTFILES= hpscat-jshin.tar.gz ked.tar.gz MAINTAINER= junker@jazz.snu.ac.kr |