diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-12-13 06:44:19 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-12-13 06:44:19 +0000 |
commit | 9362965aa776b49dc7376d6afc27263253e73fb4 (patch) | |
tree | bd52d721f1aa8a619abb11d292ff91b8a86e2bd0 /chinese | |
parent | 860c5a64f6d5c81db1b327faa63533c66b6619ba (diff) | |
download | ports-9362965aa776b49dc7376d6afc27263253e73fb4.tar.gz ports-9362965aa776b49dc7376d6afc27263253e73fb4.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 601db6ad1804..2708379fcf60 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -5,15 +5,12 @@ PORTNAME= autoconvert PORTVERSION= 0.3.16 PORTREVISION= 5 CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= libhz +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhz/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Intelligent Chinese encoding converter -BROKEN= Unfetchable (google code has gone away) - LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual |