diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:16:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-12 02:16:36 +0000 |
commit | b72f3823ec582474b4ab98fe3c46fecea0d4ddab (patch) | |
tree | e7fac777f914dd8d163238a4431423345c611e98 /chinese | |
parent | d67a4ad9e90f50c0753c8a2e3cb4e3ab3ebc24be (diff) | |
download | ports-b72f3823ec582474b4ab98fe3c46fecea0d4ddab.tar.gz ports-b72f3823ec582474b4ab98fe3c46fecea0d4ddab.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/celvis/Makefile | 5 | ||||
-rw-r--r-- | chinese/cless/Makefile | 4 | ||||
-rw-r--r-- | chinese/cxterm/Makefile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 6938df0f92d0..fd5727783bff 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -3,12 +3,12 @@ # Date created: Thur Aug 15, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/09/23 01:50:32 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/10/16 02:24:33 chuckr Exp $ # DISTNAME= celvis PKGNAME= cn-celvis-1.3 -CATEGORIES+= chinese editors +CATEGORIES= chinese editors MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ @@ -26,5 +26,4 @@ do-install: ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 .endif - .include <bsd.port.mk> diff --git a/chinese/cless/Makefile b/chinese/cless/Makefile index 58bb0b7b2512..bd3acc00c1fd 100644 --- a/chinese/cless/Makefile +++ b/chinese/cless/Makefile @@ -3,12 +3,12 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/10/26 23:20:37 max Exp $ +# $Id: Makefile,v 1.2 1996/10/29 04:55:52 max Exp $ # DISTNAME= cless-290 PKGNAME= cn-${DISTNAME} -CATEGORIES+= chinese misc +CATEGORIES= chinese misc MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 880904567026..1ee7abcbcc04 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 |