diff options
author | pat <pat@FreeBSD.org> | 2002-06-16 10:08:44 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-16 10:08:44 +0800 |
commit | dcb842de6c2468e1bdaa41e78d29d14a63d4d658 (patch) | |
tree | 54446e7fca884e50ad2d44b1d6ecb6f3a3229001 /chinese/xcin25/Makefile | |
parent | 789e62449cc1a78ba8665e152312a8a6dc2af6cb (diff) | |
download | freebsd-ports-gnome-dcb842de6c2468e1bdaa41e78d29d14a63d4d658.tar.gz freebsd-ports-gnome-dcb842de6c2468e1bdaa41e78d29d14a63d4d658.tar.zst freebsd-ports-gnome-dcb842de6c2468e1bdaa41e78d29d14a63d4d658.zip |
Fix MASTER_SITES and use space after variable name
PR: 39334
Submitted by: maintainer
Diffstat (limited to 'chinese/xcin25/Makefile')
-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 |