diff options
author | max <max@FreeBSD.org> | 1997-09-22 16:22:24 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-22 16:22:24 +0000 |
commit | ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4 (patch) | |
tree | c5a15fa95da65c9d1146bbacd12223f47bddf7dd /korean/h2ps/Makefile | |
parent | cfa47c0c79ce40596e4ddd48b7460b973f457788 (diff) | |
download | FreeBSD-ports-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.zip FreeBSD-ports-ad5c3aa045be144d882bd275da2b9f5e5f1fa4d4.tar.gz |
Use ISO639 language code instead of ISO3166 country code for PKGNAME.
(IE, kr-* -> ko-*.)
Diffstat (limited to 'korean/h2ps/Makefile')
-rw-r--r-- | korean/h2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/h2ps/Makefile b/korean/h2ps/Makefile index a5a3c792..da7add5 100644 --- a/korean/h2ps/Makefile +++ b/korean/h2ps/Makefile @@ -3,11 +3,11 @@ # Date created: 20 May 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/25 10:47:24 obrien Exp $ # DISTNAME= h2ps-1.0 -PKGNAME= kr-h2ps-${PAPERSIZE}-1.0 +PKGNAME= ko-h2ps-${PAPERSIZE}-1.0 CATEGORIES= korean print MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/applications/ |