diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-18 14:37:30 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-18 14:37:30 +0800 |
commit | 9e8714cf61a2bb6bbbd7e98bf764f6a7ba7fc155 (patch) | |
tree | c85e1f8fca06a844be7084c95bca7b40ad6fd985 | |
parent | c201b30cf094b08f863e5eb475ebe85466123df5 (diff) | |
download | freebsd-ports-gnome-9e8714cf61a2bb6bbbd7e98bf764f6a7ba7fc155.tar.gz freebsd-ports-gnome-9e8714cf61a2bb6bbbd7e98bf764f6a7ba7fc155.tar.zst freebsd-ports-gnome-9e8714cf61a2bb6bbbd7e98bf764f6a7ba7fc155.zip |
- Use new magic in MASTER_SITES
Thanks to: sat
-rw-r--r-- | chinese/xcin25/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index 5e2175bb3190..bafd425a4b32 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -11,8 +11,7 @@ PORTREVISION= 6 CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.linux.org.tw/pub/xcin/xcin/ \ ftp://ftp.linux.org.tw/pub/xcin/xcin/devel/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= rafan + LOCAL/rafan DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} chewing-2002Jan07-snapshot.tar.gz |