diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-08-03 16:22:08 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-08-03 16:22:08 +0000 |
commit | 5d324cb9a296ff0013d651f85aa8be45d3d29802 (patch) | |
tree | 92fda606616715fe63b5cb48b336837bad7e2c1a | |
parent | 5bafa8bcb847272b5b26f9496118c2e64549a50c (diff) | |
download | FreeBSD-ports-5d324cb9a296ff0013d651f85aa8be45d3d29802.zip FreeBSD-ports-5d324cb9a296ff0013d651f85aa8be45d3d29802.tar.gz |
autoconvert was missing "zh-" in front of PORTNAME
-rw-r--r-- | chinese/xcin25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 9c0aed4..d153295 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= zh-xcin +PORTNAME= xcin PORTVERSION= 2.5.2p3 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ |