diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-03-09 15:07:17 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-03-09 15:07:17 +0800 |
commit | 080e1d9701e9c5440e1c09f63ccaec887c03c276 (patch) | |
tree | 0770da4608584a345636a8c0ea055c278fbe3f02 /chinese/xcin | |
parent | 20403c82038ecc6729c20251cf2fc056b149be15 (diff) | |
download | freebsd-ports-gnome-080e1d9701e9c5440e1c09f63ccaec887c03c276.tar.gz freebsd-ports-gnome-080e1d9701e9c5440e1c09f63ccaec887c03c276.tar.zst freebsd-ports-gnome-080e1d9701e9c5440e1c09f63ccaec887c03c276.zip |
I put a copy on my page, and remove BROKEN tag.
Diffstat (limited to 'chinese/xcin')
-rw-r--r-- | chinese/xcin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index b9fa5e649158..a1d093feb388 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -3,21 +3,20 @@ # Date created: Nov 28 ,1997 # Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> # -# $Id: Makefile,v 1.4 1998/02/13 17:26:10 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/03/03 07:49:50 asami Exp $ # DISTNAME= xcin-2.3.02 PKGNAME= zh-xcin-2.3.02 CATEGORIES= chinese x11 -MASTER_SITES= ftp://ftp.ncu.edu.tw/OS/linux/chinese/xcin/ \ +MASTER_SITES= http://www.freebsd.org/~vanilla/ \ + ftp://ftp.ncu.edu.tw/OS/linux/chinese/xcin/ \ ftp://linux.cis.nctu.edu.tw/packages/chinese/xcin/ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/chinese/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts -BROKEN= fetch - USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS =-prefix="${X11BASE}" \ |