diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:29:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:29:35 +0000 |
commit | 81009ad821a84cc996ae71b01079f3e7b0a8fc22 (patch) | |
tree | 6d34847b0f5ff89bcf77de98aa1fcce0e8e6a01a | |
parent | Update to version 1.4.3 (diff) |
Style/space police (space -> tab) over the chinese category.
Notes
Notes:
svn path=/head/; revision=37973
-rw-r--r-- | chinese/XFree86-aoutlibs/Makefile | 4 | ||||
-rw-r--r-- | chinese/bitchx/Makefile | 3 | ||||
-rw-r--r-- | chinese/hztty/Makefile | 2 | ||||
-rw-r--r-- | chinese/rxvt-big5/Makefile | 4 | ||||
-rw-r--r-- | chinese/rxvt-gb/Makefile | 17 | ||||
-rw-r--r-- | chinese/tin/Makefile | 2 |
6 files changed, 12 insertions, 20 deletions
diff --git a/chinese/XFree86-aoutlibs/Makefile b/chinese/XFree86-aoutlibs/Makefile index d1a280e7720a..0f668576bb4d 100644 --- a/chinese/XFree86-aoutlibs/Makefile +++ b/chinese/XFree86-aoutlibs/Makefile @@ -2,7 +2,7 @@ # Date created: 31 Oct 2000 # Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> # -# $FreeBSD: /tmp/pcvs/ports/chinese/XFree86-aoutlibs/Attic/Makefile,v 1.2 2000-11-06 18:14:23 keith Exp $ +# $FreeBSD: /tmp/pcvs/ports/chinese/XFree86-aoutlibs/Attic/Makefile,v 1.3 2001-02-05 14:29:33 olgeni Exp $ # # The file is identical to @@ -10,7 +10,7 @@ # Renamed to avoid distfiles conflict with x11/XFree86-aoutlibs. PORTNAME= XFree86-aoutlibs -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.6 CATEGORIES= x11 MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ DISTNAME= Xbin336aout diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index f5aefa486e1c..5bebaa302ea0 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../irc/bitchx +MASTERDIR= ${.CURDIR}/../../irc/bitchx EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \ ${.CURDIR}/files/patch-include::config.h \ ${.CURDIR}/files/patch-source::screen.c @@ -23,4 +23,3 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- CATEGORIES= chinese irc MAINTAINER= clive@FreeBSD.org - diff --git a/chinese/hztty/Makefile b/chinese/hztty/Makefile index 4bed991bc881..0cb53f779d5c 100644 --- a/chinese/hztty/Makefile +++ b/chinese/hztty/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/unix/convert/ -MAINTAINER= ada@bsd.org +MAINTAINER= ada@bsd.org ALL_TARGET= bsd MAN1= hztty.1 diff --git a/chinese/rxvt-big5/Makefile b/chinese/rxvt-big5/Makefile index be1bf0cc1ef2..dff4bffc2be8 100644 --- a/chinese/rxvt-big5/Makefile +++ b/chinese/rxvt-big5/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../x11/rxvt +MASTERDIR= ${.CURDIR}/../../x11/rxvt .if !defined(NO_MULTIBYTE_CURSOR) EXTRA_PATCHES= ${.CURDIR}/files/patch-multibyte_cursor @@ -23,8 +23,6 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- MAINTAINER= keichii@iteration.net - CONFIGURE_ARGS+= \ --enable-xim --enable-big5 \ --enable-next-scroll --with-term=xterm-color - diff --git a/chinese/rxvt-gb/Makefile b/chinese/rxvt-gb/Makefile index c8337ab5c0dc..a94994e7a9e7 100644 --- a/chinese/rxvt-gb/Makefile +++ b/chinese/rxvt-gb/Makefile @@ -4,21 +4,16 @@ # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../x11/rxvt +MASTERDIR= ${.CURDIR}/../../x11/rxvt .include "${MASTERDIR}/Makefile" -PORTNAME= rxvt -PORTVERSION= 2.6.3 +PORTNAME= rxvt +PORTVERSION= 2.6.3 #.include <bsd.port.pre.mk> -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}cn- - +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}cn- MAINTAINER= keichii@iteration.net - -CONFIGURE_ARGS+= --enable-xim --enable-big5 \ - --enable-next-scroll --with-term=xterm-color - - - +CONFIGURE_ARGS+= --enable-xim --enable-big5 \ + --enable-next-scroll --with-term=xterm-color diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index f8253e8e7072..aaecf59f22ce 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -8,7 +8,7 @@ MASTERDIR= ${.CURDIR}/../../news/tin -MAINTAINER= yssu@CCCA.NCTU.edu.tw +MAINTAINER= yssu@CCCA.NCTU.edu.tw EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \ ${.CURDIR}/files/patch-cook.c \ |