diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 10:16:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 10:16:36 +0800 |
commit | 5c40e6d58c96aabdf311daa6728225174bf63001 (patch) | |
tree | 112cc8c7c1012b41a3b96a8ffebc4e62fc1ca215 /chinese/cxterm/Makefile | |
parent | 1282de438d90a8694af057519d25f51f595ff203 (diff) | |
download | freebsd-ports-graphics-5c40e6d58c96aabdf311daa6728225174bf63001.tar.gz freebsd-ports-graphics-5c40e6d58c96aabdf311daa6728225174bf63001.tar.zst freebsd-ports-graphics-5c40e6d58c96aabdf311daa6728225174bf63001.zip |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Diffstat (limited to 'chinese/cxterm/Makefile')
-rw-r--r-- | chinese/cxterm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 88090456702..1ee7abcbcc0 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,19 +3,18 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.3 1996/10/16 12:55:54 chuckr Exp $ +# $Id: Makefile,v 1.4 1996/11/03 09:32:27 obrien Exp $ # DISTNAME= cxterm5.0.p3 PKGNAME= ${DISTNAME:S/cxterm/cn-cxterm-/:S/p//} -CATEGORIES+= chinese x11 +CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ 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 WRKSRC= ${WRKDIR}/cxterm-5.0 |