diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-16 02:08:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-16 02:08:44 +0000 |
commit | b4c050dd6d876ce7e2b89cfb690d1c4d501a3121 (patch) | |
tree | 9fc07d684ba5ec842aceafe0a1f61cfa866984f5 /chinese | |
parent | Fix dependencies to be in sync with the recent JDK ports renaming. (diff) |
Fix MASTER_SITES and use space after variable name
PR: 39334
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61342
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/xcin25/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index f6f3e1c46071..b08a37860e6e 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -7,12 +7,11 @@ PORTNAME= xcin PORTVERSION= 2.5.3.p2 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/ \ ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ \ - http://chewing.oio.cx/download/ \ - http://chewing.oio.cx/snapshot/ + http://chewing.good-man.org/snapshot/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-2002Jan07-snapshot.tar.gz |