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/h2ps | |
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/h2ps')
-rw-r--r-- | korean/h2ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/korean/h2ps/Makefile b/korean/h2ps/Makefile index 85f5fbf5ea31..3a7e5af4a0f0 100644 --- a/korean/h2ps/Makefile +++ b/korean/h2ps/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: h2ps-2.06 -# Version required: 2.06 # Date created: 20 May 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # @@ -8,8 +7,8 @@ # Thanks to SungGon Yi <skon@stats.snu.ac.kr> for advising 2.06 ports # -DISTNAME= h2ps-2.06 -PKGNAME= ko-h2ps-2.06 +PORTNAME= h2ps +PORTVERSION= 2.06 CATEGORIES= korean print MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/ |