diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 11:25:05 +0800 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /chinese/cxterm | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.zst freebsd-ports-gnome-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip |
Style nits in the ports I maintain.
Diffstat (limited to 'chinese/cxterm')
-rw-r--r-- | chinese/cxterm/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index dd9a58a66937..9418d5c1fc0a 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -1,7 +1,8 @@ -# New ports collection makefile for: cxterm -# Version required: 5.0 -# Date created: Sat Aug 10, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# ex:ts=8 +# Ports collection makefile for: cxterm +# Version required: 5.0 +# Date created: Sat Aug 10, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # @@ -14,7 +15,7 @@ MASTER_SITES= ftp://ftp.ifcss.org/pub/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@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes |