diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-07-31 23:11:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-07-31 23:11:28 +0000 |
commit | a48cc736b3d3547402a712531682da2c3f733eb8 (patch) | |
tree | 176dd46f29ac333a2123ec14cc1ea23dd74ec592 | |
parent | a46acc25949529a0a60f702b4ba6d640eb58fc9e (diff) | |
download | ports-a48cc736b3d3547402a712531682da2c3f733eb8.tar.gz ports-a48cc736b3d3547402a712531682da2c3f733eb8.zip |
Notes
-rw-r--r-- | chinese/cxterm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 1a24a1a3d66d..bbb63537f875 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,20 +3,18 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.7 1996/12/05 19:28:31 obrien Exp $ +# $Id: Makefile,v 1.8 1996/12/06 00:00:02 asami Exp $ # DISTNAME= cxterm5.0.p3 PKGNAME= cn-cxterm-5.0.3 CATEGORIES= chinese x11 -MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ - ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ +MASTER_SITES= ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/ - -MAINTAINER= obrien@cs.ucdavis.edu +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes |