diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-11 12:40:17 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-11 12:40:17 +0800 |
commit | 12764aa89460b598e2fc2263e690efa94c8c7f6b (patch) | |
tree | 71aef111bd7546e87a5252d92844634118ac0704 /chinese | |
parent | e7eaf485b2ac0b6e7aefff5b565d14868de285d7 (diff) | |
download | freebsd-ports-graphics-12764aa89460b598e2fc2263e690efa94c8c7f6b.tar.gz freebsd-ports-graphics-12764aa89460b598e2fc2263e690efa94c8c7f6b.tar.zst freebsd-ports-graphics-12764aa89460b598e2fc2263e690efa94c8c7f6b.zip |
Prefix PKGNAME with "cn-" for those that needed it.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/c2t/Makefile | 4 | ||||
-rw-r--r-- | chinese/gb2ps/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index b183e83d140..e1d41e9eaca 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -4,10 +4,10 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/08 00:02:27 obrien Exp $ # -PKGNAME= c2t-1.0 +PKGNAME= cn-c2t-1.0 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/ \ diff --git a/chinese/gb2ps/Makefile b/chinese/gb2ps/Makefile index 30318e1faa2..a3a798ca1ca 100644 --- a/chinese/gb2ps/Makefile +++ b/chinese/gb2ps/Makefile @@ -4,11 +4,11 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/08 00:18:54 obrien Exp $ # DISTNAME= gb2ps.2.02 -PKGNAME= gb2ps-2.02 +PKGNAME= cn-gb2ps-2.02 CATEGORIES= chinese MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \ |